Searched refs:pthread_cond_timedwait (Results 1 – 3 of 3) sorted by relevance
58 int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,
393 pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, in pthread_cond_timedwait() function
394 retval = pthread_cond_timedwait(cond, mutex, &ts); in cond_wait()