Home
last modified time | relevance | path

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

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