Home
last modified time | relevance | path

Searched refs:thread_sync (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/tools/testing/selftests/landlock/
Dscoped_signal_test.c259 static void *thread_sync(void *arg) in thread_sync() function
279 ASSERT_EQ(0, pthread_create(&no_sandbox_thread, NULL, thread_sync, in TEST()
307 ASSERT_EQ(0, pthread_create(&scoped_thread, NULL, thread_sync, in TEST()