Searched defs:cond_wait (Results 1 – 3 of 3) sorted by relevance
106 void cond_wait(struct cond *cnd, struct mutex *mtx) in cond_wait() function
158 struct cond_wait { struct159 struct cond_wait *next; argument164 static void flush_cond_wait(struct cond_wait **head); argument
346 static __always_inline void cond_wait(pthread_cond_t *restrict cond, in cond_wait() function