Home
last modified time | relevance | path

Searched refs:__thr_umutex_lock_spin (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_umtx.h43 int __thr_umutex_lock_spin(struct umutex *mtx, uint32_t id) __hidden;
131 return (__thr_umutex_lock_spin(mtx, id)); in _thr_umutex_lock_spin()
H A Dthr_umtx.c76 __thr_umutex_lock_spin(struct umutex *mtx, uint32_t id) in __thr_umutex_lock_spin() function