Searched refs:_thr_umtx_wake (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_once.c60 _thr_umtx_wake(&once_control->state, INT_MAX, 0);
101 _thr_umtx_wake(&once_control->state, INT_MAX, 0);
H A Dthr_resume_np.c96 _thr_umtx_wake(&thread->cycle, 1, 0);
H A Dthr_suspend_np.c99 _thr_umtx_wake(&_suspend_all_cycle, INT_MAX, 0);
H A Dthr_umtx.c240 _thr_umtx_wake(volatile void *mtx, int nr_wakeup, int shared) function
H A Dthr_umtx.h61 int _thr_umtx_wake(volatile void *mtx, int count, int shared) __hidden;
H A Dthr_exit.c308 _thr_umtx_wake(&curthread->cycle, INT_MAX, 0);
H A Dthr_create.c209 _thr_umtx_wake(&new_thread->cycle, INT_MAX, 0);
H A Dthr_sig.c382 _thr_umtx_wake(&curthread->cycle, INT_MAX, 0);
H A Dthr_private.h948 _thr_umtx_wake(waddr, INT_MAX, 0);

Completed in 86 milliseconds