Searched refs:_mtx_obtain_lock (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dmutex.h210 #define _mtx_obtain_lock(mp, tid) \ macro
264 if (((mp)->mtx_lock != MTX_UNOWNED || !_mtx_obtain_lock((mp), _tid))) {\
/freebsd-11-stable/sys/kern/
H A Dkern_mutex.c815 if (__predict_false(!_mtx_obtain_lock(m, tid)))

Completed in 98 milliseconds