Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_cond.c311 _thr_wake_all(curthread->defer_waiters, in cond_wait_user()
459 _thr_wake_all(curthread->defer_waiters, in cond_signal_common()
463 curthread->defer_waiters[curthread->nwaiter_defer++] = in cond_signal_common()
491 _thr_wake_all(curthread->defer_waiters, in drop_cb()
495 curthread->defer_waiters[curthread->nwaiter_defer++] = in drop_cb()
H A Dthr_mutex.c847 _thr_wake_all(curthread->defer_waiters, in _mutex_cv_detach()
991 _thr_wake_all(curthread->defer_waiters, in mutex_unlock_common()
H A Dthr_private.h564 unsigned int *defer_waiters[MAX_DEFER_WAITERS]; member