Searched refs:IOLockInitWithState (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOLocks.h155 void IOLockInitWithState( IOLock * lock, IOLockState state);
156 #define IOLockInit( l ) IOLockInitWithState( l, kIOLockStateUnlocked);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOLocks.cpp40 void IOLockInitWithState( IOLock * lock, IOLockState state) function

Completed in 19 milliseconds