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

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWSyncer.cpp47 if (!(guardLock = IOSimpleLockAlloc()) )
50 IOSimpleLockInit(guardLock);
64 IOInterruptState is = IOSimpleLockLockDisableInterrupt(guardLock);
66 IOSimpleLockUnlockEnableInterrupt(guardLock, is);
74 if (guardLock != NULL)
75 IOSimpleLockFree(guardLock);
82 IOInterruptState is = IOSimpleLockLockDisableInterrupt(guardLock);
86 IOSimpleLockUnlockEnableInterrupt(guardLock, is);
90 IOSimpleLockUnlockEnableInterrupt(guardLock, is);
111 IOInterruptState is = IOSimpleLockLockDisableInterrupt(guardLock);
[all...]
H A DIOFWSyncer.h36 IOSimpleLock *guardLock; member in class:IOFWSyncer
/macosx-10.9.5/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...]
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOSyncer.h41 IOSimpleLock *guardLock; member in class:IOSyncer

Completed in 126 milliseconds