Searched refs:thread_restrict (Results 1 – 1 of 1) sorted by relevance
128 static void *thread_restrict(void *data) in thread_restrict() function148 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()