Searched refs:condvar_wait (Results 1 – 1 of 1) sorted by relevance
105 #define condvar_wait(c,m) pthread_cond_wait(c,m) macro140 #define condvar_wait(c,m) ((void)0) macro459 condvar_wait(&h->reply_condvar, &h->reply_mutex); in read_reply()887 condvar_wait(&h->watch_condvar, &h->watch_mutex); in read_watch_internal()
Completed in 5 milliseconds