Searched refs:__thr_umutex_lock (Results 1 – 3 of 3) sorted by relevance
42 int __thr_umutex_lock(struct umutex *mtx, uint32_t id) __hidden;122 return (__thr_umutex_lock(mtx, id)); in _thr_umutex_lock()
49 __thr_umutex_lock(struct umutex *mtx, uint32_t id) in __thr_umutex_lock() function82 return (__thr_umutex_lock(mtx, id)); in __thr_umutex_lock_spin()
700 ret = __thr_umutex_lock(&m->m_lock, id); in mutex_lock_sleep()