Home
last modified time | relevance | path

Searched refs:__pthread_cond_timedwait_relative (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dpthread_internal.h106 extern int __pthread_cond_timedwait_relative(pthread_cond_t*,
Dpthread-timers.c572 ret = __pthread_cond_timedwait_relative( in timer_thread_start()
Dpthread.c1157 int __pthread_cond_timedwait_relative(pthread_cond_t *cond, in __pthread_cond_timedwait_relative() function
1196 return __pthread_cond_timedwait_relative(cond, mutex, tsp); in __pthread_cond_timedwait()