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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandGate.cpp114 setWorkLoop(0);
118 /* virtual */ void IOCommandGate::setWorkLoop(IOWorkLoop *inWorkLoop) function in class:IOCommandGate
133 super::setWorkLoop(inWorkLoop);
H A DIOInterruptEventSource.cpp168 void IOInterruptEventSource::setWorkLoop(IOWorkLoop *inWorkLoop) function in class:IOInterruptEventSource
170 if (inWorkLoop) super::setWorkLoop(inWorkLoop);
183 if (!inWorkLoop) super::setWorkLoop(inWorkLoop);
H A DIOWorkLoop.cpp167 controlG->setWorkLoop(this);
244 event->setWorkLoop(0);
252 event->setWorkLoop(0);
523 inEvent->setWorkLoop(this);
598 inEvent->setWorkLoop(0);
H A DIOEventSource.cpp203 void IOEventSource::setWorkLoop(IOWorkLoop *inWorkLoop) function in class:IOEventSource
H A DIOTimerEventSource.cpp351 void IOTimerEventSource::setWorkLoop(IOWorkLoop *inWorkLoop) function in class:IOTimerEventSource
353 super::setWorkLoop(inWorkLoop);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommandGate.h117 virtual void setWorkLoop(IOWorkLoop *inWorkLoop);
H A DIOInterruptEventSource.h115 /*! @function setWorkLoop
116 @abstract Sub-class implementation of setWorkLoop method. */
117 virtual void setWorkLoop(IOWorkLoop *inWorkLoop);
H A DIOEventSource.h178 /*! @function setWorkLoop
184 virtual void setWorkLoop(IOWorkLoop *workLoop);
H A DIOTimerEventSource.h98 virtual void setWorkLoop(IOWorkLoop *workLoop);

Completed in 36 milliseconds