Home
last modified time | relevance | path

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

/xnu-11215.81.4/iokit/IOKit/
H A DIOLocks.h372 #define IORWLockAssert(l, type) LCK_RW_ASSERT(l, type) macro
392 void IORWLockAssert(IORWLock * lock, IORWLockAssertState type);
/xnu-11215.81.4/iokit/Kernel/
H A DIOLocks.cpp402 IORWLockAssert(IORWLock * lock, IORWLockAssertState type) in IORWLockAssert() function
H A DIONVRAM.cpp130 IORWLockAssert(_variableLock, kIORWLockAssertHeld); \
136 IORWLockAssert(_variableLock, kIORWLockAssertWrite); \