Home
last modified time | relevance | path

Searched refs:producerLock (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/iokit/Kernel/
H A DIOCommandQueue.cpp105 producerLock = IOLockAlloc(); in OSDefineMetaClassAndStructors()
106 if (!producerLock) { in OSDefineMetaClassAndStructors()
148 if (producerLock) { in free()
149 IOLockFree(producerLock); in free()
246 IOTakeLock(producerLock); in enqueueCommand()
265 IOUnlock(producerLock); in enqueueCommand()
/xnu-12377.81.4/iokit/IOKit/
H A DIOCommandQueue.h58 IOLock *producerLock; variable