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

/bionic/tests/
H A Dpthread_test.cpp1473 static void* PthreadCleanupStartRoutine(void*) { function
1480 ASSERT_EQ(0, pthread_create(&t, NULL, PthreadCleanupStartRoutine, NULL));

Completed in 31 milliseconds