Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/arm/
H A Dlocks_arm.c349 if (lck->type != LCK_SPIN_TYPE || in lck_spin_verify()
378 lck->type = LCK_SPIN_TYPE; in lck_spin_init()
391 lck->type = LCK_SPIN_TYPE; in arm_usimple_lock_init()
400 if (lock->type != LCK_SPIN_TYPE) { in lck_spin_assert()
H A Dlocks.h60 #define LCK_SPIN_TYPE 0x00000011 macro
/xnu-10063.101.15/tools/lldbmacros/
H A Dmemory.py2425 LCK_SPIN_TYPE = 0x11
2426 if spinlock.type != LCK_SPIN_TYPE: