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

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_once.c84 _thr_umtx_wait_uint(&once_control->state,
87 _thr_umtx_wait_uint(&once_control->state, state,
H A Dthr_suspend_np.c83 _thr_umtx_wait_uint(&_suspend_all_cycle, old, NULL, 0);
175 _thr_umtx_wait_uint(&thread->cycle, tmp, NULL, 0);
H A Dthr_umtx.c204 _thr_umtx_wait_uint(volatile u_int *mtx, u_int id, function
H A Dthr_umtx.h57 int _thr_umtx_wait_uint(volatile u_int *mtx, u_int exp,
H A Dthr_sig.c392 _thr_umtx_wait_uint(&curthread->cycle, cycle, NULL, 0);

Completed in 70 milliseconds