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

/art/runtime/base/
H A Dmutex_test.cc108 static void* RecursiveLockWaitCallback(void* arg) { function in namespace:art
123 int pthread_create_result = pthread_create(&pthread, nullptr, RecursiveLockWaitCallback, &state);

Completed in 60 milliseconds