Searched refs:_thr_umtx_wake (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_once.c | 60 _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 D | thr_resume_np.c | 96 _thr_umtx_wake(&thread->cycle, 1, 0); in resume_common()
|
H A D | thr_suspend_np.c | 99 _thr_umtx_wake(&_suspend_all_cycle, INT_MAX, 0); in _thr_suspend_all_unlock()
|
H A D | thr_exit.c | 305 _thr_umtx_wake(&curthread->cycle, INT_MAX, 0);
|
H A D | thr_create.c | 207 _thr_umtx_wake(&new_thread->cycle, INT_MAX, 0); in _pthread_create()
|
H A D | thr_umtx.h | 60 int _thr_umtx_wake(volatile void *mtx, int count, int shared) __hidden;
|
H A D | thr_umtx.c | 229 _thr_umtx_wake(volatile void *mtx, int nr_wakeup, int shared) in _thr_umtx_wake() function
|
H A D | thr_sig.c | 434 _thr_umtx_wake(&curthread->cycle, INT_MAX, 0); in check_suspend()
|
H A D | thr_private.h | 954 _thr_umtx_wake(waddr, INT_MAX, 0); in _thr_set_wake()
|