Lines Matching refs:contested
440 int contested = 0; in _mtx_trylock_flags_int() local
488 m, contested, waittime, file, line); in _mtx_trylock_flags_int()
524 int contested = 0; in __mtx_lock_sleep() local
591 &contested, &waittime); in __mtx_lock_sleep()
712 LOCKSTAT_PROFILE_OBTAIN_LOCK_SUCCESS(adaptive__acquire, m, contested, in __mtx_lock_sleep()
736 int contested = 0; in _mtx_lock_spin_cookie() local
784 lock_profile_obtain_lock_failed(&m->lock_object, true, &contested, &waittime); in _mtx_lock_spin_cookie()
821 contested, waittime, file, line); in _mtx_lock_spin_cookie()
891 int contested = 0; in thread_lock_flags_() local
943 &contested, &waittime); in thread_lock_flags_()
975 LOCKSTAT_PROFILE_OBTAIN_SPIN_LOCK_SUCCESS(spin__acquire, m, contested, in thread_lock_flags_()