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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOEventSource.h239 /*! @function getWorkLoop
242 virtual IOWorkLoop *getWorkLoop() const;
H A DIOPlatformExpert.h290 virtual IOWorkLoop *getWorkLoop() const;
H A DIOService.h889 /*! @function getWorkLoop
890 @abstract Returns the current work loop or <code>provider->getWorkLoop</code>.
892 @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.*/
894 virtual IOWorkLoop * getWorkLoop() const;
/darwin-on-arm/xnu/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.h176 virtual IOWorkLoop * getWorkLoop( ) const;
H A DIOWorkLoop.cpp519 if (!inEvent->getWorkLoop()) {
560 if (inEvent->getWorkLoop()) {
H A DIOService.cpp791 IOWorkLoop * IOService::getWorkLoop() const function in class:IOService
796 return provider->getWorkLoop();
1680 if( (wl = service->getWorkLoop())) {
4318 IOWorkLoop * IOResources::getWorkLoop() const function in class:IOResources
4323 return getPlatform()->getWorkLoop();
4325 return IOService::getWorkLoop();
H A DIOPlatformExpert.cpp1397 IOWorkLoop *IOPlatformExpertDevice::getWorkLoop() const function in class:IOPlatformExpertDevice

Completed in 59 milliseconds