Home
last modified time | relevance | path

Searched refs:spinlock (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py2998 def GetSpinLockSummary(spinlock): argument
3005 if not spinlock:
3010 out_str += "Interlock\t\t: {:#x}\n".format(spinlock.interlock)
3013 if spinlock.type != LCK_SPIN_TYPE:
3016 lock_data = spinlock.hwlock.lock_data
/xnu-8019.80.24/doc/
H A Dallocators.md273 used for allocations under spinlock and other preemption disabled contexts;