Searched refs:ordered_store_mtx (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/osfmk/arm/ |
| H A D | locks_arm.c | 161 #define ordered_store_mtx(lock, value) ordered_store(&(lock)->lck_mtx_data, (value)) macro 1043 ordered_store_mtx(lock, (state | LCK_ILOCK | ARM_LCK_WAITERS)); // Set waiters bit and wait in lck_mtx_lock_contended() 1070 ordered_store_mtx(lock, state); // Set ownership in lck_mtx_lock_contended() 1495 ordered_store_mtx(lock, state); in lck_mtx_lock_spin_internal() 1563 ordered_store_mtx(lock, state); // Set ownership in lck_mtx_try_lock_contended() 1599 ordered_store_mtx(lock, state); in lck_mtx_try_lock_spin_internal() 1686 ordered_store_mtx(lock, state); in lck_mtx_unlock_contended() 1763 ordered_store_mtx(lock, state); in lck_mtx_convert_spin() 1770 ordered_store_mtx(lock, state); // Set ownership in lck_mtx_convert_spin()
|