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

/darwin-on-arm/xnu/iokit/Tests/
H A DTestDevice.cpp65 if (!commQ || kIOReturnSuccess != workLoop->addEventSource(commQ))
70 if (!intES || kIOReturnSuccess != workLoop->addEventSource(intES))
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOWorkLoop.h161 @abstract Synchronous implementation of addEventSource and removeEventSource functions.
224 /*! @function addEventSource
229 virtual IOReturn addEventSource(IOEventSource *newEvent);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandPool.cpp86 if (kIOReturnSuccess != inWorkLoop->addEventSource(fSerializer))
H A DIOWorkLoop.cpp164 // Point the controlGate at the workLoop. Usually addEventSource
165 // does this automatically. The problem is in this case addEventSource
168 if (addEventSource(controlG) != kIOReturnSuccess)
288 IOReturn IOWorkLoop::addEventSource(IOEventSource *newEvent) function in class:IOWorkLoop
H A DIOServicePM.cpp464 if (gIOPMWorkLoop->addEventSource(gIOPMRequestQueue) !=
471 if (gIOPMWorkLoop->addEventSource(gIOPMReplyQueue) !=
478 if (gIOPMWorkLoop->addEventSource(gIOPMWorkQueue) !=
485 if (gIOPMWorkLoop->addEventSource(gIOPMFreeQueue) !=
H A DIOPMrootDomain.cpp964 getPMworkloop()->addEventSource(pmPowerStateQueue);

Completed in 55 milliseconds