Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMPowerStateQueue.cpp56 queueLock = IOLockAlloc(); in init()
57 if (!queueLock) { in init()
78 IOLockLock(queueLock); in submitPowerEvent()
80 IOLockUnlock(queueLock); in submitPowerEvent()
92 IOLockLock(queueLock); in checkForWork()
95 IOLockUnlock(queueLock); in checkForWork()
100 IOLockLock(queueLock); in checkForWork()
102 IOLockUnlock(queueLock); in checkForWork()
H A DIOPMPowerStateQueue.h51 IOLock * queueLock; variable