Searched refs:guardLock (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/iokit/Kernel/
H A DIOSyncer.cpp52 if (!(guardLock = IOSimpleLockAlloc()) )
55 IOSimpleLockInit(guardLock);
69 IOInterruptState is = IOSimpleLockLockDisableInterrupt(guardLock);
71 IOSimpleLockUnlockEnableInterrupt(guardLock, is);
79 if (guardLock != NULL)
80 IOSimpleLockFree(guardLock);
87 IOInterruptState is = IOSimpleLockLockDisableInterrupt(guardLock);
91 IOSimpleLockUnlockEnableInterrupt(guardLock, is);
95 IOSimpleLockUnlockEnableInterrupt(guardLock, is);
116 IOInterruptState is = IOSimpleLockLockDisableInterrupt(guardLock);
[all...]
/xnu-2422.115.4/iokit/IOKit/
H A DIOSyncer.h41 IOSimpleLock *guardLock; member in class:IOSyncer

Completed in 21 milliseconds