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

/bionic/libc/bionic/
H A Dpthread_cond.cpp214 extern "C" int pthread_cond_timedwait_monotonic(pthread_cond_t* cond_interface, function
224 return pthread_cond_timedwait_monotonic(cond_interface, mutex, abs_timeout);
/bionic/libc/include/
H A Dpthread.h287 int pthread_cond_timedwait_monotonic(pthread_cond_t*, pthread_mutex_t*, const struct timespec*);

Completed in 306 milliseconds