Searched refs:pthread_cond_timedwait (Results 1 – 5 of 5) sorted by relevance
59 int pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *mut, in pthread_cond_timedwait() function
92 #define pthread_cond_timedwait(...) zap_pthread_cond_timedwait(__VA_ARGS__) macro
130 int pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *mut,
142 pthread_cond_timedwait(),+
775 * :github:`17812` - pthread_cond_timedwait interprets timeout wrong