Home
last modified time | relevance | path

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

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