Searched refs:__thr_umutex_timedlock (Results 1 – 3 of 3) sorted by relevance
44 int __thr_umutex_timedlock(struct umutex *mtx, uint32_t id,141 return (__thr_umutex_timedlock(mtx, id, timeout)); in _thr_umutex_timedlock()
109 __thr_umutex_timedlock(struct umutex *mtx, uint32_t id, in __thr_umutex_timedlock() function
705 ret = __thr_umutex_timedlock(&m->m_lock, id, abstime); in mutex_lock_sleep()