Searched defs:cond_wait (Results 1 – 3 of 3) sorted by relevance
108 cond_wait(clockid_t clck, const char *msg) { in cond_wait() function
109 #define cond_wait(c, m) if (__isthreaded) \ macro
65 #define cond_wait(l,m) pthread_cond_wait(l,m) macro