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()183 state = ordered_load_mtx_state(lock); in lck_mtx_try_lock()245 state = ordered_load_mtx_state(lock); in lck_mtx_lock_spin_always()334 state = ordered_load_mtx_state(lock); in lck_mtx_try_lock_spin_always()415 state = ordered_load_mtx_state(lock); in lck_mtx_unlock()
1107 state = ordered_load_mtx_state(lock); in lck_mtx_unlock_slow()1277 lck_mtx_lock_finish_inline_with_cleanup(mutex, ordered_load_mtx_state(mutex)); in lck_mtx_lock_acquire_tail()1286 lck_mtx_try_lock_finish_inline(mutex, ordered_load_mtx_state(mutex)); in lck_mtx_try_lock_acquire_tail()1297 lck_mtx_convert_spin_finish_inline(mutex, ordered_load_mtx_state(mutex)); in lck_mtx_convert_spin_acquire_tail()1304 lck_mtx_ilk_unlock_inline(mutex, ordered_load_mtx_state(mutex)); in lck_mtx_ilk_unlock()1321 state = ordered_load_mtx_state(mutex); in lck_mtx_interlock_lock_set_and_clear_flags()1333 state = ordered_load_mtx_state(mutex); in lck_mtx_interlock_lock_set_and_clear_flags()1400 state = ordered_load_mtx_state(lock); in lck_mtx_lock_contended()1476 lck_mtx_lock_finish_inline_with_cleanup(lock, ordered_load_mtx_state(lock)); in lck_mtx_lock_contended()1511 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