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.c297 pthread_t scoped_thread; in TEST() local
307 ASSERT_EQ(0, pthread_create(&scoped_thread, NULL, thread_sync, in TEST()
310 EXPECT_EQ(0, pthread_kill(scoped_thread, 0)); in TEST()
313 EXPECT_EQ(0, pthread_join(scoped_thread, (void **)&ret)); in TEST()