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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOEventSource.cpp215 bool IOEventSource::onThread() const function in class:IOEventSource
217 return (workLoop != 0) && workLoop->onThread();
H A DIOCommandGate.cpp161 if (!workLoop->onThread()) {
215 if (!workLoop->onThread() && !enabled)
H A DIOWorkLoop.cpp431 bool IOWorkLoop::onThread() const function in class:IOWorkLoop
H A DIOServicePM.cpp2100 if (gIOPMWorkLoop->onThread() == false)
7664 assert( onThread() );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOEventSource.h182 IOWorkLoop that at least reacts to signalWorkAvailable() and onThread functions.
244 /*! @function onThread
245 @abstract Convenience function for workLoop->onThread.
248 virtual bool onThread() const;
H A DIOWorkLoop.h212 /*! @function onThread
216 virtual bool onThread() const;

Completed in 73 milliseconds