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

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.c60 __thr_umutex_lock(struct umutex *mtx, uint32_t id) function
93 return (__thr_umutex_lock(mtx, id));
H A Dthr_umtx.h43 int __thr_umutex_lock(struct umutex *mtx, uint32_t id) __hidden;
123 return (__thr_umutex_lock(mtx, id));
H A Dthr_mutex.c697 ret = __thr_umutex_lock(&m->m_lock, id);

Completed in 113 milliseconds