Searched refs:__thr_umutex_timedlock (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.h45 int __thr_umutex_timedlock(struct umutex *mtx, uint32_t id,
142 return (__thr_umutex_timedlock(mtx, id, timeout));
H A Dthr_umtx.c120 __thr_umutex_timedlock(struct umutex *mtx, uint32_t id, function
H A Dthr_mutex.c702 ret = __thr_umutex_timedlock(&m->m_lock, id, abstime);

Completed in 112 milliseconds