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

/xnu-2422.115.4/iokit/IOKit/
H A DIOEventSource.h239 /*! @function getWorkLoop
242 virtual IOWorkLoop *getWorkLoop() const;
H A DIOPlatformExpert.h292 virtual IOWorkLoop *getWorkLoop() const;
H A DIOService.h922 /*! @function getWorkLoop
923 @abstract Returns the current work loop or <code>provider->getWorkLoop</code>.
925 @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.*/
927 virtual IOWorkLoop * getWorkLoop() const;
/xnu-2422.115.4/iokit/Kernel/
H A DIOCommandPool.cpp125 IOWorkLoop *wl = fSerializer->getWorkLoop();
H A DIOEventSource.cpp210 IOWorkLoop *IOEventSource::getWorkLoop() const function in class:IOEventSource
H A DIOServicePrivate.h173 virtual IOWorkLoop * getWorkLoop( ) const;
H A DIOWorkLoop.cpp519 if (!inEvent->getWorkLoop()) {
560 if (inEvent->getWorkLoop()) {
H A DIOService.cpp792 IOWorkLoop * IOService::getWorkLoop() const function in class:IOService
797 return provider->getWorkLoop();
1681 if( (wl = service->getWorkLoop())) {
4373 IOWorkLoop * IOResources::getWorkLoop() const function in class:IOResources
4378 return getPlatform()->getWorkLoop();
4380 return IOService::getWorkLoop();
H A DIOPlatformExpert.cpp1374 IOWorkLoop *IOPlatformExpertDevice::getWorkLoop() const function in class:IOPlatformExpertDevice

Completed in 92 milliseconds