Searched defs:abstime (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_cond.cpp216 const timespec *abstime) {
219 return __pthread_cond_timedwait(cond, mutex, abstime, cond->get_clock());
215 pthread_cond_timedwait(pthread_cond_t *cond_interface, pthread_mutex_t * mutex, const timespec *abstime) argument

Completed in 38 milliseconds