Searched defs:__pthread_mutex_timedlock (Results 1 - 1 of 1) sorted by last modified time

/bionic/libc/bionic/
H A Dpthread_mutex.cpp952 static int __pthread_mutex_timedlock(pthread_mutex_t* mutex_interface, bool use_realtime_clock, function
974 return __pthread_mutex_timedlock(mutex_interface, true, abs_timeout, __FUNCTION__);
979 return __pthread_mutex_timedlock(mutex_interface, false, abs_timeout, __FUNCTION__);

Completed in 31 milliseconds