Searched defs:cond_wait (Results 1 – 6 of 6) sorted by relevance
69 struct cond_wait { struct77 struct cond_wait *cw = arg; in wake_all_timeout() argument
116 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
1230 int cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, const Fn &fn, in cond_wait() function