Searched refs:_thr_umtx_wait_uint (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/lib/libthr/thread/ |
| HD | 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()
|
| HD | thr_suspend_np.c | 82 _thr_umtx_wait_uint(&_suspend_all_cycle, old, NULL, 0); in _thr_suspend_all_lock() 174 _thr_umtx_wait_uint(&thread->cycle, tmp, NULL, 0); in suspend_common()
|
| HD | thr_umtx.h | 57 int _thr_umtx_wait_uint(volatile u_int *mtx, u_int exp,
|
| HD | thr_umtx.c | 203 _thr_umtx_wait_uint(volatile u_int *mtx, u_int id, in _thr_umtx_wait_uint() function
|
| HD | thr_sig.c | 446 _thr_umtx_wait_uint(&curthread->cycle, cycle, NULL, 0); in check_suspend()
|