Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libthr/thread/
HDthr_kern.c201 return _thr_umtx_timedwait_uint(&curthread->wake_addr->value, 0, in _thr_sleep()
HDthr_umtx.h59 int _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int exp, int clockid,
HDthr_umtx.c217 _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int id, int clockid, in _thr_umtx_timedwait_uint() function