Searched refs:cnd_wait (Results 1 – 9 of 9) sorted by relevance
11 cnd_wait;
90 cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait() function
15 thrd_create.3 cnd_wait.3 \
85 int cnd_wait(cnd_t *, mtx_t *__mtx)
245 static inline int cnd_wait(cnd_t *cnd, mtx_t *mtx) in cnd_wait() function
225 static inline int cnd_wait(cnd_t *cnd, mtx_t *mtx) in cnd_wait() function
97 return cnd_wait(__cv, __m) == thrd_success ? 0 : EINVAL; in __libcpp_condvar_wait()
376 SYMBOL(cnd_wait, None, <threads.h>)