Searched refs:_thr_ucond_wait (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_barrier.c | 79 _thr_ucond_wait(&bar->b_cv, &bar->b_lock, NULL, 0); in _pthread_barrier_destroy() 161 _thr_ucond_wait(&bar->b_cv, &bar->b_lock, NULL, 0); in _pthread_barrier_wait()
|
H A D | thr_umtx.h | 61 int _thr_ucond_wait(struct ucond *cv, struct umutex *m,
|
H A D | thr_umtx.c | 244 _thr_ucond_wait(struct ucond *cv, struct umutex *m, in _thr_ucond_wait() function
|
H A D | thr_cond.c | 222 error = _thr_ucond_wait(&cvp->kcond, &mp->m_lock, abstime, in cond_wait_kernel()
|