Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp2045 pthread_create(&thread, nullptr, [](void* mutex_voidp) -> void* { in UnlockFromAnotherThread() argument
2046 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(mutex_voidp); in UnlockFromAnotherThread()