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

/darwin-on-arm/xnu/tools/tests/testkext/
H A Dtestthreadcall.cpp58 IOSimpleLockUnlock(self->tlock);
63 IOSimpleLockUnlock(self->tlock);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOLocks.h356 @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.
366 /*! @function IOSimpleLockUnlock
372 #define IOSimpleLockUnlock(l) lck_spin_unlock(l) macro
374 void IOSimpleLockUnlock( IOSimpleLock * lock );
406 IOSimpleLockUnlock( lock );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMAEventSource.cpp145 IOSimpleLockUnlock(dmaCommandsCompletedLock);
159 IOSimpleLockUnlock(dmaCommandsCompletedLock);
H A DIOBufferMemoryDescriptor.cpp201 IOSimpleLockUnlock(gIOPageAllocLock);
212 IOSimpleLockUnlock(gIOPageAllocLock);
262 IOSimpleLockUnlock(gIOPageAllocLock);
H A DIOInterruptController.cpp706 IOSimpleLockUnlock(controllerLock);

Completed in 20 milliseconds