Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_umtx.h96 _thr_umutex_trylock2(struct umutex *mtx, uint32_t id) in _thr_umutex_trylock2() function
120 if (_thr_umutex_trylock2(mtx, id) == 0) in _thr_umutex_lock()
129 if (_thr_umutex_trylock2(mtx, id) == 0) in _thr_umutex_lock_spin()
139 if (_thr_umutex_trylock2(mtx, id) == 0) in _thr_umutex_timedlock()
H A Dthr_mutex.c727 ret = _thr_umutex_trylock2(&m->m_lock, TID(curthread)); in mutex_lock_common()