Home
last modified time | relevance | path

Searched refs:getWorkLoop (Results 1 – 13 of 13) sorted by relevance

/xnu-11215/iokit/Exclaves/
H A DExclaves.cpp230 wl = getWorkLoop(); in exclaveStart()
675 assert(getWorkLoop()); in exclaveRegisterInterrupt()
688 wl = getWorkLoop(); in exclaveRegisterInterrupt()
720 assert(getWorkLoop()); in exclaveRemoveInterrupt()
739 wl = getWorkLoop(); in exclaveRemoveInterrupt()
761 assert(getWorkLoop()); in exclaveEnableInterrupt()
862 assert(getWorkLoop()); in exclaveRegisterTimer()
875 wl = getWorkLoop(); in exclaveRegisterTimer()
908 assert(getWorkLoop()); in exclaveRemoveTimer()
926 wl = getWorkLoop(); in exclaveRemoveTimer()
[all …]
/xnu-11215/iokit/Kernel/
H A DIOServicePrivate.h204 virtual IOWorkLoop * getWorkLoop() const APPLE_KEXT_OVERRIDE;
221 virtual IOWorkLoop * getWorkLoop() const APPLE_KEXT_OVERRIDE;
H A DIOCommandPool.cpp133 IOWorkLoop *wl = fSerializer->getWorkLoop(); in free()
H A DIOEventSource.cpp289 IOEventSource::getWorkLoop() const in getWorkLoop() function in IOEventSource
H A DIOWorkLoop.cpp588 if (!inEvent->getWorkLoop()) { in _maintRequest()
624 if (inEvent->getWorkLoop()) { in _maintRequest()
H A DIOService.cpp1373 IOService::getWorkLoop() const in getWorkLoop() function in IOService
1378 return provider->getWorkLoop(); in getWorkLoop()
2518 if ((wl = service->getWorkLoop())) { in _workLoopAction()
7198 IOResources::getWorkLoop() const in getWorkLoop() function in IOResources
7203 return getPlatform()->getWorkLoop(); in getWorkLoop()
7205 return IOService::getWorkLoop(); in getWorkLoop()
7284 IOUserResources::getWorkLoop() const in getWorkLoop() function in IOUserResources
7286 return getPlatform()->getWorkLoop(); in getWorkLoop()
H A DIOPlatformExpert.cpp2103 IOPlatformExpertDevice::getWorkLoop() const in getWorkLoop() function in IOPlatformExpertDevice
H A DIOUserServer.cpp4336 IOUserServer::getWorkLoop() const in getWorkLoop() function in IOUserServer
/xnu-11215/iokit/IOKit/
H A DIOEventSource.h284 virtual IOWorkLoop *getWorkLoop() const;
H A DIOUserServer.h196 virtual IOWorkLoop * getWorkLoop() const APPLE_KEXT_OVERRIDE;
H A DIOPlatformExpert.h442 virtual IOWorkLoop *getWorkLoop() const APPLE_KEXT_OVERRIDE;
H A DIOService.h1231 virtual IOWorkLoop * getWorkLoop() const;
/xnu-11215/iokit/Tests/
H A DTests.cpp1830 IOService::getPlatform()->getWorkLoop()->addEventSource(es.get()); in IOServiceStateNotificationTests()
1833 IOService::getPlatform()->getWorkLoop()->removeEventSource(es.get()); in IOServiceStateNotificationTests()