Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libthr/thread/
HDthr_cond.c310 _thr_wake_all(curthread->defer_waiters, in cond_wait_user()
458 _thr_wake_all(curthread->defer_waiters, in cond_signal_common()
462 curthread->defer_waiters[curthread->nwaiter_defer++] = in cond_signal_common()
490 _thr_wake_all(curthread->defer_waiters, in drop_cb()
494 curthread->defer_waiters[curthread->nwaiter_defer++] = in drop_cb()
HDthr_mutex.c847 _thr_wake_all(curthread->defer_waiters, in _mutex_cv_detach()
991 _thr_wake_all(curthread->defer_waiters, in mutex_unlock_common()
HDthr_private.h564 unsigned int *defer_waiters[MAX_DEFER_WAITERS]; member