Searched refs:_thr_umutex_trylock2 (Results 1 – 2 of 2) sorted by relevance
96 _thr_umutex_trylock2(struct umutex *mtx, uint32_t id) in _thr_umutex_trylock2() function120 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()
727 ret = _thr_umutex_trylock2(&m->m_lock, TID(curthread)); in mutex_lock_common()