Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dtsync_test.c128 static void *thread_restrict(void *data) in thread_restrict() function
148 ASSERT_EQ(0, pthread_create(&d[0].t, NULL, thread_restrict, &d[0])); in TEST()
149 ASSERT_EQ(0, pthread_create(&d[1].t, NULL, thread_restrict, &d[1])); in TEST()