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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp87 static IOWorkLoop * gIOPMWorkLoop = 0; variable
154 assert(gIOPMWorkLoop->inGate()); \
296 gIOPMWorkLoop = IOWorkLoop::workLoop();
297 if (gIOPMWorkLoop)
318 if (gIOPMWorkLoop->addEventSource(gIOPMRequestQueue) !=
325 if (gIOPMWorkLoop->addEventSource(gIOPMReplyQueue) !=
332 if (gIOPMWorkLoop->addEventSource(gIOPMWorkQueue) !=
339 if (gIOPMWorkLoop->addEventSource(gIOPMFreeQueue) !=
2044 if (gIOPMWorkLoop->onThread() == false)
2280 if (gIOPMWorkLoop
[all...]
H A DIOPMrootDomain.cpp100 static IOWorkLoop * gIOPMWorkLoop = 0; variable
103 if (gIOPMWorkLoop && gIOPMWorkLoop->inGate() != true) { \
982 PMinit(); // creates gIOPMWorkLoop
991 gIOPMWorkLoop = getPMworkloop();
2924 if (gIOPMWorkLoop->inGate() == false) {
2926 gIOPMWorkLoop->runAction(
4031 if (gIOPMWorkLoop->inGate() == false)
4033 IOReturn ret = gIOPMWorkLoop->runAction(
8382 if (gIOPMWorkLoop) {
[all...]

Completed in 92 milliseconds