Searched refs:_thr_umtx_wait_uint (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_once.c | 84 _thr_umtx_wait_uint(&once_control->state, in _thr_once() 87 _thr_umtx_wait_uint(&once_control->state, state, in _thr_once()
|
H A D | thr_suspend_np.c | 83 _thr_umtx_wait_uint(&_suspend_all_cycle, old, NULL, 0); in _thr_suspend_all_lock() 175 _thr_umtx_wait_uint(&thread->cycle, tmp, NULL, 0); in suspend_common()
|
H A D | thr_umtx.h | 56 int _thr_umtx_wait_uint(volatile u_int *mtx, u_int exp,
|
H A D | thr_umtx.c | 193 _thr_umtx_wait_uint(volatile u_int *mtx, u_int id, in _thr_umtx_wait_uint() function
|
H A D | thr_sig.c | 463 _thr_umtx_wait_uint(&curthread->cycle, cycle, NULL, 0); in check_suspend()
|