Searched refs:SemWaitEINTRThreadFn (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dsemaphore_test.cpp168 static void* SemWaitEINTRThreadFn(void* arg) { function
196 ASSERT_EQ(0, pthread_create(&thread, nullptr, SemWaitEINTRThreadFn, &s));
219 ASSERT_EQ(0, pthread_create(&thread, nullptr, SemWaitEINTRThreadFn, &s));

Completed in 217 milliseconds