Searched refs:ordered_load_mtx_state (Results 1 – 3 of 3) sorted by relevance
128 state = ordered_load_mtx_state(lock); in lck_mtx_lock()177 state = ordered_load_mtx_state(lock); in lck_mtx_try_lock()233 state = ordered_load_mtx_state(lock); in lck_mtx_lock_spin_always()316 state = ordered_load_mtx_state(lock); in lck_mtx_try_lock_spin_always()391 state = ordered_load_mtx_state(lock); in lck_mtx_unlock()
1113 state = ordered_load_mtx_state(lock); in lck_mtx_unlock_slow()1271 lck_mtx_lock_finish_inline_with_cleanup(mutex, ordered_load_mtx_state(mutex)); in lck_mtx_lock_acquire_tail()1280 lck_mtx_try_lock_finish_inline(mutex, ordered_load_mtx_state(mutex)); in lck_mtx_try_lock_acquire_tail()1291 lck_mtx_convert_spin_finish_inline(mutex, ordered_load_mtx_state(mutex)); in lck_mtx_convert_spin_acquire_tail()1298 lck_mtx_ilk_unlock_inline(mutex, ordered_load_mtx_state(mutex)); in lck_mtx_ilk_unlock()1315 state = ordered_load_mtx_state(mutex); in lck_mtx_interlock_lock_set_and_clear_flags()1327 state = ordered_load_mtx_state(mutex); in lck_mtx_interlock_lock_set_and_clear_flags()1394 state = ordered_load_mtx_state(lock); in lck_mtx_lock_contended()1465 lck_mtx_lock_finish_inline_with_cleanup(lock, ordered_load_mtx_state(lock)); in lck_mtx_lock_contended()1500 state = ordered_load_mtx_state(lock); in lck_mtx_lock_wait_interlock_to_clear()[all …]
46 #define ordered_load_mtx_state(lock) ordered_load(&(lock)->lck_mtx_state) macro