Home
last modified time | relevance | path

Searched refs:_thr_umtx_wait_uint (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/lib/libthr/thread/
HDthr_once.c84 _thr_umtx_wait_uint(&once_control->state, in _thr_once()
87 _thr_umtx_wait_uint(&once_control->state, state, in _thr_once()
HDthr_suspend_np.c82 _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()
HDthr_umtx.h57 int _thr_umtx_wait_uint(volatile u_int *mtx, u_int exp,
HDthr_umtx.c203 _thr_umtx_wait_uint(volatile u_int *mtx, u_int id, in _thr_umtx_wait_uint() function
HDthr_sig.c446 _thr_umtx_wait_uint(&curthread->cycle, cycle, NULL, 0); in check_suspend()