Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_once.c60 _thr_umtx_wake(&once_control->state, INT_MAX, 0); in once_cancel_handler()
101 _thr_umtx_wake(&once_control->state, INT_MAX, 0); in _thr_once()
H A Dthr_resume_np.c96 _thr_umtx_wake(&thread->cycle, 1, 0); in resume_common()
H A Dthr_suspend_np.c99 _thr_umtx_wake(&_suspend_all_cycle, INT_MAX, 0); in _thr_suspend_all_unlock()
H A Dthr_exit.c305 _thr_umtx_wake(&curthread->cycle, INT_MAX, 0);
H A Dthr_create.c207 _thr_umtx_wake(&new_thread->cycle, INT_MAX, 0); in _pthread_create()
H A Dthr_umtx.h60 int _thr_umtx_wake(volatile void *mtx, int count, int shared) __hidden;
H A Dthr_umtx.c229 _thr_umtx_wake(volatile void *mtx, int nr_wakeup, int shared) in _thr_umtx_wake() function
H A Dthr_sig.c434 _thr_umtx_wake(&curthread->cycle, INT_MAX, 0); in check_suspend()
H A Dthr_private.h954 _thr_umtx_wake(waddr, INT_MAX, 0); in _thr_set_wake()