Home
last modified time | relevance | path

Searched refs:_thr_umtx_timedwait_uint (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_kern.c196 return _thr_umtx_timedwait_uint(&curthread->wake_addr->value, 0, in _thr_sleep()
H A Dthr_umtx.h58 int _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int exp, int clockid,
H A Dthr_umtx.c206 _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int id, int clockid, in _thr_umtx_timedwait_uint() function