Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp1961 static void* PthreadCleanupStartRoutine(void*) { in PthreadCleanupStartRoutine() function
1968 ASSERT_EQ(0, pthread_create(&t, nullptr, PthreadCleanupStartRoutine, nullptr)); in TEST()