Home
last modified time | relevance | path

Searched refs:LCK_SPIN_TYPE (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/arm/
H A Dlocks_arm.c624 lck->type = LCK_SPIN_TYPE; in lck_spin_init()
638 lck->type = LCK_SPIN_TYPE; in arm_usimple_lock_init()
650 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_lock()
662 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_lock_grp()
676 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_lock_nopreempt()
688 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_lock_nopreempt_grp()
737 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_unlock()
754 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_unlock_nopreempt()
1822 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_assert()
H A Dlocks.h73 #define LCK_SPIN_TYPE 0x00000011 macro
/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py3012 LCK_SPIN_TYPE = 0x11
3013 if spinlock.type != LCK_SPIN_TYPE: