Home
last modified time | relevance | path

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

/xnu-12377.61.12/tools/lldbmacros/
H A Dmemory.py2468 def GetSpinLockSummary(spinlock): argument
2475 if not spinlock:
2480 out_str += "Interlock\t\t: {:#x}\n".format(spinlock.interlock)
2483 if spinlock.type != LCK_SPIN_TYPE:
2486 lock_data = spinlock.hwlock.lock_data
/xnu-12377.61.12/doc/allocators/
H A Dapi-basics.md53 used for allocations under spinlock and other preemption disabled contexts;