Searched refs:thread_nop (Results 1 – 1 of 1) sorted by relevance
40 static void* thread_nop(void* arg) { in thread_nop() function48 ASSERT_EQ(0, pthread_create(&t, nullptr, thread_nop, &msg)); in TEST()