Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_mutex.cpp419 static int __pthread_mutex_lock_with_timeout(pthread_mutex_internal_t* mutex, in __pthread_mutex_lock_with_timeout() function
521 return __pthread_mutex_lock_with_timeout(mutex, NULL, 0); in pthread_mutex_lock()
625 int error = __pthread_mutex_lock_with_timeout(__get_internal_mutex(mutex_interface), in pthread_mutex_lock_timeout_np()
635 return __pthread_mutex_lock_with_timeout(__get_internal_mutex(mutex_interface), in pthread_mutex_timedlock()