Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_barrier.c79 _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 Dthr_umtx.h61 int _thr_ucond_wait(struct ucond *cv, struct umutex *m,
H A Dthr_umtx.c244 _thr_ucond_wait(struct ucond *cv, struct umutex *m, in _thr_ucond_wait() function
H A Dthr_cond.c222 error = _thr_ucond_wait(&cvp->kcond, &mp->m_lock, abstime, in cond_wait_kernel()