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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOEventSource.h227 /*! @function getWorkLoop
230 virtual IOWorkLoop *getWorkLoop() const;
H A DIOPlatformExpert.h281 virtual IOWorkLoop *getWorkLoop() const;
H A DIOService.h842 /*! @function getWorkLoop
843 @abstract Returns the current work loop or <code>provider->getWorkLoop</code>.
845 @result A work loop, either the current work loop or it walks up the @link getProvider getProvider@/link chain calling <code>getWorkLoop</code>. Eventually it will reach a valid work loop-based driver or the root of the I/O tree, where it will return a system-wide work loop. Returns 0 if it fails to find (or create) a work loop.*/
847 virtual IOWorkLoop * getWorkLoop() const;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOEventSource.cpp117 IOWorkLoop *IOEventSource::getWorkLoop() const function in class:IOEventSource
H A DIOCommandPool.cpp125 IOWorkLoop *wl = fSerializer->getWorkLoop();
H A DIOServicePrivate.h169 virtual IOWorkLoop * getWorkLoop( ) const;
H A DIOWorkLoop.cpp437 if (!inEvent->getWorkLoop()) {
457 if (inEvent->getWorkLoop()) {
H A DIOService.cpp738 IOWorkLoop * IOService::getWorkLoop() const function in class:IOService
743 return provider->getWorkLoop();
1625 if( (wl = service->getWorkLoop())) {
3787 IOWorkLoop * IOResources::getWorkLoop() const function in class:IOResources
3792 return getPlatform()->getWorkLoop();
3794 return IOService::getWorkLoop();
H A DIOPlatformExpert.cpp1290 IOWorkLoop *IOPlatformExpertDevice::getWorkLoop() const function in class:IOPlatformExpertDevice

Completed in 160 milliseconds