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()
1113 state = ordered_load_mtx_state(lock); in lck_mtx_unlock_slow()1283 lck_mtx_lock_finish_inline_with_cleanup(mutex, ordered_load_mtx_state(mutex)); in lck_mtx_lock_acquire_tail()1292 lck_mtx_try_lock_finish_inline(mutex, ordered_load_mtx_state(mutex)); in lck_mtx_try_lock_acquire_tail()1303 lck_mtx_convert_spin_finish_inline(mutex, ordered_load_mtx_state(mutex)); in lck_mtx_convert_spin_acquire_tail()1310 lck_mtx_ilk_unlock_inline(mutex, ordered_load_mtx_state(mutex)); in lck_mtx_ilk_unlock()1327 state = ordered_load_mtx_state(mutex); in lck_mtx_interlock_lock_set_and_clear_flags()1339 state = ordered_load_mtx_state(mutex); in lck_mtx_interlock_lock_set_and_clear_flags()1406 state = ordered_load_mtx_state(lock); in lck_mtx_lock_contended()1482 lck_mtx_lock_finish_inline_with_cleanup(lock, ordered_load_mtx_state(lock)); in lck_mtx_lock_contended()1517 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