Home
last modified time | relevance | path

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

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