Searched defs:WaitThreadFn (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dpthread_test.cpp1147 ASSERT_EQ(0, pthread_create(&thread, NULL, reinterpret_cast<void* (*)(void*)>(WaitThreadFn), this));
1162 static void WaitThreadFn(pthread_CondWakeupTest* test) { function in class:pthread_CondWakeupTest

Completed in 251 milliseconds