Home
last modified time | relevance | path

Searched refs:_thr_ucond_signal (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_umtx.h64 int _thr_ucond_signal(struct ucond *cv) __hidden;
H A Dthr_umtx.c260 _thr_ucond_signal(struct ucond *cv) in _thr_ucond_signal() function
H A Dthr_cond.c440 _thr_ucond_signal(&cvp->kcond); in cond_signal_common()