Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/IOKit/
H A DIOLocks.h504 #define IOSimpleLockAssert(l, type) LCK_SPIN_ASSERT(l, type) macro
512 void IOSimpleLockAssert(IOSimpleLock *lock, IOSimpleLockAssertState type);
/xnu-10063.141.1/iokit/Kernel/
H A DIOLocks.cpp394 IOSimpleLockAssert(IOSimpleLock *lock, IOSimpleLockAssertState type) in IOSimpleLockAssert() function