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
524 return __pthread_mutex_lock_with_timeout(mutex, false, nullptr);
626 int error = __pthread_mutex_lock_with_timeout(__get_internal_mutex(mutex_interface),
636 return __pthread_mutex_lock_with_timeout(__get_internal_mutex(mutex_interface),

Completed in 29 milliseconds