Searched refs:mutex_voidp (Results 1 – 1 of 1) sorted by relevance
2045 pthread_create(&thread, nullptr, [](void* mutex_voidp) -> void* { in UnlockFromAnotherThread() argument2046 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(mutex_voidp); in UnlockFromAnotherThread()