Searched refs:IORecursiveLockUnlock (Results 1 - 8 of 8) sorted by relevance

/xnu-2422.115.4/iokit/Kernel/
H A DIOPMinformeeList.cpp127 IORecursiveLockUnlock(listLock);
173 IORecursiveLockUnlock(listLock);
H A DIOLocks.cpp163 void IORecursiveLockUnlock( IORecursiveLock * _lock) function
H A DIOWorkLoop.cpp455 IORecursiveLockUnlock(gateLock);
H A DIOService.cpp192 IORecursiveLockUnlock( gNotificationLock )
5319 IORecursiveLockUnlock(sCpuDelayLock);
5376 IORecursiveLockUnlock(sCpuDelayLock);
H A DIORegistryEntry.cpp113 #define PUNLOCK IORecursiveLockUnlock( gPropertiesLock )
H A DIOMemoryDescriptor.cpp110 #define UNLOCK IORecursiveLockUnlock( gIOMemoryLock)
/xnu-2422.115.4/iokit/IOKit/
H A DIOLocks.h189 @discussion Lock the recursive lock. If the lock is held by another thread, block waiting for its unlock. This function may block and so should not be called from interrupt level or while a spin lock is held. The lock may be taken recursively by the same thread, with a balanced number of calls to IORecursiveLockUnlock.
196 @discussion Lock the lock if it is currently unlocked, or held by the calling thread, and return true. If the lock is held by another thread, return false. Successful calls to IORecursiveLockTryLock should be balanced with calls to IORecursiveLockUnlock.
202 /*! @function IORecursiveLockUnlock
204 @discussion Undo one call to IORecursiveLockLock, if the lock is now unlocked wake any blocked waiters. Results are undefined if the caller does not balance calls to IORecursiveLockLock with IORecursiveLockUnlock. This function may block and so should not be called from interrupt level or while a spin lock is held.
207 void IORecursiveLockUnlock( IORecursiveLock * lock);
/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp943 IORecursiveLockUnlock(sKextLock);
1031 IORecursiveLockUnlock(sKextLock);
1051 IORecursiveLockUnlock(sKextLock);
1112 IORecursiveLockUnlock(sKextLock);
1156 IORecursiveLockUnlock(sKextLock);
1172 IORecursiveLockUnlock(sKextLock);
1195 IORecursiveLockUnlock(sKextLock);
1210 IORecursiveLockUnlock(sKextLock);
1225 IORecursiveLockUnlock(sKextLock);
1248 IORecursiveLockUnlock(sKextInnerLoc
[all...]

Completed in 350 milliseconds