Home
last modified time | relevance | path

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

/NextBSD/lib/libthr/thread/
HDthr_barrier.c118 _thr_ucond_broadcast(&bar->b_cv); in _pthread_barrier_wait()
130 _thr_ucond_broadcast(&bar->b_cv); in _pthread_barrier_wait()
HDthr_umtx.h62 int _thr_ucond_broadcast(struct ucond *cv) __hidden;
HDthr_umtx.c253 _thr_ucond_broadcast(struct ucond *cv) in _thr_ucond_broadcast() function
HDthr_cond.c454 _thr_ucond_broadcast((struct ucond *)&cvp->__has_kern_waiters); in cond_broadcast_common()