Home
last modified time | relevance | path

Searched refs:IORWLockAssert (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/iokit/IOKit/
H A DIOLocks.h356 #define IORWLockAssert(l, type) LCK_RW_ASSERT(l, type) macro
365 void IORWLockAssert(IORWLock * lock, IORWLockAssertState type);
/xnu-8792.41.9/iokit/Kernel/
H A DIOLocks.cpp364 IORWLockAssert(IORWLock * lock, IORWLockAssertState type) in IORWLockAssert() function
H A DIONVRAM.cpp129 IORWLockAssert(_variableLock, kIORWLockAssertHeld); \
135 IORWLockAssert(_variableLock, kIORWLockAssertWrite); \