Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_umtx.h42 int __thr_umutex_lock(struct umutex *mtx, uint32_t id) __hidden;
122 return (__thr_umutex_lock(mtx, id)); in _thr_umutex_lock()
H A Dthr_umtx.c49 __thr_umutex_lock(struct umutex *mtx, uint32_t id) in __thr_umutex_lock() function
82 return (__thr_umutex_lock(mtx, id)); in __thr_umutex_lock_spin()
H A Dthr_mutex.c700 ret = __thr_umutex_lock(&m->m_lock, id); in mutex_lock_sleep()