Searched refs:IORecursiveLockTryLock (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOLocks.h198 /*! @function IORecursiveLockTryLock
200 @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.
204 boolean_t IORecursiveLockTryLock( IORecursiveLock * lock);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOLocks.cpp144 boolean_t IORecursiveLockTryLock( IORecursiveLock * _lock) function
H A DIOWorkLoop.cpp466 bool res = (IORecursiveLockTryLock(gateLock) != 0);

Completed in 71 milliseconds