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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOEventSource.cpp122 bool IOEventSource::onThread() const function in class:IOEventSource
124 return (workLoop != 0) && workLoop->onThread();
H A DIOCommandGate.cpp137 if (!workLoop->onThread()) {
178 if (!workLoop->onThread() && !enabled)
H A DIOWorkLoop.cpp368 bool IOWorkLoop::onThread() const function in class:IOWorkLoop
H A DIOServicePM.cpp1796 if (gIOPMWorkLoop->onThread() == false)
5914 assert( onThread() );
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOEventSource.h165 IOWorkLoop that at least reacts to signalWorkAvailable() and onThread functions.
232 /*! @function onThread
233 @abstract Convenience function for workLoop->onThread.
236 virtual bool onThread() const;
H A DIOWorkLoop.h200 /*! @function onThread
204 virtual bool onThread() const;

Completed in 48 milliseconds