Searched refs:cnd_wait (Results 1 – 6 of 6) sorted by relevance
61 FUNCTION(cnd_wait, int (*f)(cnd_t*, mtx_t*)); in threads_h()
118 int cnd_wait(cnd_t* _Nonnull __cond, mtx_t* _Nonnull __mutex) __INTRODUCED_IN(30);
80 __BIONIC_THREADS_INLINE int cnd_wait(cnd_t* __cnd, mtx_t* __mtx) { in cnd_wait() function
95 while (i != 1) ASSERT_EQ(thrd_success, cnd_wait(&c, &m)); in TEST()139 ASSERT_EQ(thrd_success, cnd_wait(&c, &m)); in TEST()
1491 cnd_wait;