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

/bionic/libc/bionic/
H A Dpthread_internal.h101 extern int __pthread_cond_timedwait(pthread_cond_t*,
H A Dpthread.c1458 int __pthread_cond_timedwait(pthread_cond_t *cond, function
1481 return __pthread_cond_timedwait(cond, mutex, abstime, CLOCK_REALTIME);
1490 return __pthread_cond_timedwait(cond, mutex, abstime, CLOCK_MONOTONIC);
1497 return __pthread_cond_timedwait(cond, mutex, abstime, CLOCK_MONOTONIC);

Completed in 69 milliseconds