Searched refs:_thr_ucond_wait (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_barrier.c80 _thr_ucond_wait(&bar->b_cv, &bar->b_lock, NULL, 0);
162 _thr_ucond_wait(&bar->b_cv, &bar->b_lock, NULL, 0);
H A Dthr_umtx.c255 _thr_ucond_wait(struct ucond *cv, struct umutex *m, function
H A Dthr_umtx.h62 int _thr_ucond_wait(struct ucond *cv, struct umutex *m,
H A Dthr_cond.c209 error = _thr_ucond_wait(&cvp->kcond, &mp->m_lock, abstime,

Completed in 78 milliseconds