Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/arm/
H A Dlocks_arm.c746 if (lck->type != LCK_SPIN_TYPE || in lck_spin_verify()
775 lck->type = LCK_SPIN_TYPE; in lck_spin_init()
788 lck->type = LCK_SPIN_TYPE; in arm_usimple_lock_init()
797 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_assert()
H A Dlocks.h79 #define LCK_SPIN_TYPE 0x00000011 macro
/xnu-8796.121.2/tools/lldbmacros/
H A Dmemory.py2385 LCK_SPIN_TYPE = 0x11
2386 if spinlock.type != LCK_SPIN_TYPE: