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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOLocks.h397 @discussion Lock the spin lock if it is currently unlocked, and return true. If the lock is held, return false. Successful calls to IOSimpleLockTryLock should be balanced with calls to IOSimpleLockUnlock.
415 /*! @function IOSimpleLockUnlock
423 void IOSimpleLockUnlock( IOSimpleLock * lock ) function
428 void IOSimpleLockUnlock( IOSimpleLock * lock );
431 void IOSimpleLockUnlock( IOSimpleLock * lock );
459 IOSimpleLockUnlock( lock );
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMAEventSource.cpp137 IOSimpleLockUnlock(dmaCommandsCompletedLock);
151 IOSimpleLockUnlock(dmaCommandsCompletedLock);
H A DIOInterruptController.cpp726 IOSimpleLockUnlock(controllerLock);
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleDART.cpp501 IOSimpleLockUnlock(fInvalidateLock);

Completed in 26 milliseconds