Home
last modified time | relevance | path

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

/xnu-10002.41.9/tools/lldbmacros/
H A Dmemory.py2420 def GetSpinLockSummary(spinlock): argument
2427 if not spinlock:
2432 out_str += "Interlock\t\t: {:#x}\n".format(spinlock.interlock)
2435 if spinlock.type != LCK_SPIN_TYPE:
2438 lock_data = spinlock.hwlock.lock_data
/xnu-10002.41.9/doc/allocators/
H A Dapi-basics.md51 used for allocations under spinlock and other preemption disabled contexts;