Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dscoped_signal_test.c272 pthread_t no_sandbox_thread, scoped_thread; in TEST() local
287 ASSERT_EQ(0, pthread_create(&scoped_thread, NULL, thread_func, NULL)); in TEST()
288 ASSERT_EQ(0, pthread_kill(scoped_thread, 0)); in TEST()
293 EXPECT_EQ(0, pthread_join(scoped_thread, (void **)&ret)); in TEST()