Searched refs:WaitThread (Results 1 – 4 of 4) sorted by relevance
108 int WaitThread(PthreadData &tr);
141 static void *WaitThread(void *p) in WaitThread() function164 EXPECT_EQ(pthread_create(&threads[i], nullptr, WaitThread, condition), 0);
94 int WaitThread(PthreadData &tr) in WaitThread() function
229 (void)WaitThread(thread_); in WaitForEnd()