Searched defs:cond (Results 1 – 1 of 1) sorted by relevance
76 int pthread_cond_wait(pthread_cond_t* restrict cond, in pthread_cond_wait()81 int pthread_cond_timedwait(pthread_cond_t* restrict cond, in pthread_cond_timedwait()87 int pthread_cond_broadcast(pthread_cond_t* cond) { in pthread_cond_broadcast()91 int pthread_cond_signal(pthread_cond_t* cond) { in pthread_cond_signal()