Searched refs:ordered_load_mtx_state (Results 1 – 3 of 3) sorted by relevance
126 state = ordered_load_mtx_state(lock); in lck_mtx_lock()180 state = ordered_load_mtx_state(lock); in lck_mtx_try_lock()241 state = ordered_load_mtx_state(lock); in lck_mtx_lock_spin_always()332 state = ordered_load_mtx_state(lock); in lck_mtx_try_lock_spin_always()412 state = ordered_load_mtx_state(lock); in lck_mtx_unlock()
1137 state = ordered_load_mtx_state(mutex); in lck_mtx_lock_mark_destroyed()1192 *state = ordered_load_mtx_state(*lock); in get_indirect_mutex()1214 state = ordered_load_mtx_state(lock); in lck_mtx_unlock_slow()1402 lck_mtx_lock_finish_inline_with_cleanup(mutex, ordered_load_mtx_state(mutex), indirect); in lck_mtx_lock_acquire_tail()1411 lck_mtx_try_lock_finish_inline(mutex, ordered_load_mtx_state(mutex)); in lck_mtx_try_lock_acquire_tail()1422 lck_mtx_convert_spin_finish_inline(mutex, ordered_load_mtx_state(mutex)); in lck_mtx_convert_spin_acquire_tail()1429 lck_mtx_ilk_unlock_inline(mutex, ordered_load_mtx_state(mutex)); in lck_mtx_ilk_unlock()1447 state = ordered_load_mtx_state(mutex); in lck_mtx_interlock_lock_set_and_clear_flags()1459 state = ordered_load_mtx_state(mutex); in lck_mtx_interlock_lock_set_and_clear_flags()1526 state = ordered_load_mtx_state(lock); in lck_mtx_lock_contended()[all …]
44 #define ordered_load_mtx_state(lock) ordered_load(&(lock)->lck_mtx_state) macro