Home
last modified time | relevance | path

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

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