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

/bionic/libc/bionic/
H A Dpthread_mutex.cpp421 static int __pthread_mutex_lock_with_timeout(pthread_mutex_internal_t* mutex, function
521 return __pthread_mutex_lock_with_timeout(mutex, false, nullptr);
620 int error = __pthread_mutex_lock_with_timeout(__get_internal_mutex(mutex_interface),
630 return __pthread_mutex_lock_with_timeout(__get_internal_mutex(mutex_interface),

Completed in 52 milliseconds