Searched defs:pthread_cond_timedwait (Results 1 – 2 of 2) sorted by relevance
167 int pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *mut, const struct timespec *abstime) in pthread_cond_timedwait() function
87 #define pthread_cond_timedwait(...) zap_pthread_cond_timedwait(__VA_ARGS__) macro