Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_once.c84 _thr_umtx_wait_uint(&once_control->state, in _thr_once()
87 _thr_umtx_wait_uint(&once_control->state, state, in _thr_once()
H A Dthr_suspend_np.c83 _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 Dthr_umtx.h56 int _thr_umtx_wait_uint(volatile u_int *mtx, u_int exp,
H A Dthr_umtx.c193 _thr_umtx_wait_uint(volatile u_int *mtx, u_int id, in _thr_umtx_wait_uint() function
H A Dthr_sig.c463 _thr_umtx_wait_uint(&curthread->cycle, cycle, NULL, 0); in check_suspend()