Home
last modified time | relevance | path

Searched refs:PthreadCleanupStartRoutine (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dpthread_test.cpp1297 static void* PthreadCleanupStartRoutine(void*) { in PthreadCleanupStartRoutine() function
1304 ASSERT_EQ(0, pthread_create(&t, NULL, PthreadCleanupStartRoutine, NULL)); in TEST()