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

/bionic/libc/bionic/
H A Dpthread.c1445 const struct timespec *reltime)
1451 status = __futex_wait_ex(&cond->value, COND_IS_SHARED(cond), oldvalue, reltime);
1502 const struct timespec *reltime)
1504 return __pthread_cond_timedwait_relative(cond, mutex, reltime);
1443 __pthread_cond_timedwait_relative(pthread_cond_t *cond, pthread_mutex_t * mutex, const struct timespec *reltime) argument
1500 pthread_cond_timedwait_relative_np(pthread_cond_t *cond, pthread_mutex_t * mutex, const struct timespec *reltime) argument

Completed in 85 milliseconds