Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_cond.c328 cvp->__has_user_waiters = _sleepq_remove(sq, curthread); in cond_wait_user()
339 _sleepq_remove(sq, curthread); in cond_wait_user()
456 cvp->__has_user_waiters = _sleepq_remove(sq, td); in cond_signal_common()
H A Dthr_sleepq.c139 _sleepq_remove(struct sleepqueue *sq, struct pthread *td) in _sleepq_remove() function
H A Dthr_private.h972 int _sleepq_remove(struct sleepqueue *, struct pthread *) __hidden;