Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOEventSource.cpp295 IOEventSource::onThread() const in onThread() function in IOEventSource
297 return (workLoop != NULL) && workLoop->onThread(); in onThread()
H A DIOCommandGate.cpp217 if (!wl->onThread()) { in runAction()
289 if (!wl->onThread() && !enabled) { in attemptAction()
H A DIOWorkLoop.cpp477 IOWorkLoop::onThread() const in onThread() function in IOWorkLoop
H A DIOServicePM.cpp2231 if (gIOPMWorkLoop->onThread() == false) { in requestPowerDomainState()
9052 assert( onThread()); in queuePMRequest()
/xnu-11215/iokit/IOKit/
H A DIOEventSource.h290 virtual bool onThread() const;
H A DIOWorkLoop.h231 virtual bool onThread() const;