Searched defs:GetPidCachingPthreadStartRoutine (Results 1 - 1 of 1) sorted by relevance
/bionic/tests/ | ||
H A D | unistd_test.cpp | 465 static void* GetPidCachingPthreadStartRoutine(void*) { function 474 ASSERT_EQ(0, pthread_create(&t, NULL, GetPidCachingPthreadStartRoutine, NULL)); |
Completed in 83 milliseconds