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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp231 static IOLock * gArbitrationLockQueueLock; variable
381 gArbitrationLockQueueLock = IOLockAlloc();
386 assert( gArbitrationLockQueueLock );
988 IOTakeLock( gArbitrationLockQueueLock );
1098 IOLockWakeup( gArbitrationLockQueueLock,
1143 IOUnlock( gArbitrationLockQueueLock );
1163 IOTakeLock( gArbitrationLockQueueLock );
1199 IOUnlock( gArbitrationLockQueueLock );
1212 IOTakeLock( gArbitrationLockQueueLock );
1257 IOUnlock( gArbitrationLockQueueLock );
[all...]

Completed in 18 milliseconds