Home
last modified time | relevance | path

Searched refs:IOTimerEventSource (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOTimerEventSource.cpp105 IOTimerEventSource::invokeAction(IOEventSource::Action _action, IOTimerEventSource * ts, in invokeAction()
143 IOTimerEventSource *me = (IOTimerEventSource *) self; in timeout()
167 IOTimerEventSource *me = (IOTimerEventSource *) self; in timeoutAndRelease()
216 IOTimerEventSource *me = (IOTimerEventSource *) self; in timeoutSignaled()
331 IOTimerEventSource *
334 IOTimerEventSource *me = new IOTimerEventSource; in timerEventSource()
344 IOTimerEventSource *
347 IOTimerEventSource * tes; in timerEventSource()
358 IOTimerEventSource *
367 IOTimerEventSource::free() in free()
[all …]
H A DIOPMrootDomain.cpp1748 _aotTimerES = IOTimerEventSource::timerEventSource(this, in start()
1749 OSMemberFunctionCast(IOTimerEventSource::Action, in start()
7938 IOPMrootDomain::aotEvaluate(IOTimerEventSource * timer)
/xnu-11215/iokit/IOKit/
H A DIOTimerEventSource.h109 class IOTimerEventSource : public IOEventSource
111 OSDeclareDefaultStructors(IOTimerEventSource);
161 typedef void (^ActionBlock)(IOTimerEventSource *sender);
164 static OSPtr<IOTimerEventSource>
173 static OSPtr<IOTimerEventSource>
183 static OSPtr<IOTimerEventSource>
323 OSMetaClassDeclareReservedUnused(IOTimerEventSource, 3);
324 OSMetaClassDeclareReservedUnused(IOTimerEventSource, 4);
325 OSMetaClassDeclareReservedUnused(IOTimerEventSource, 5);
326 OSMetaClassDeclareReservedUnused(IOTimerEventSource, 6);
[all …]
H A DIOWorkLoop.h45 class IOTimerEventSource; variable
281 friend class IOTimerEventSource; variable
H A DIOServicePM.h39 class IOTimerEventSource; variable
H A DIOService.h1631 exclaveTimerFired(IOTimerEventSource *eventSource);
/xnu-11215/iokit/Exclaves/
H A DExclaves.cpp827 static IOTimerEventSource *
831 IOTimerEventSource *tes; in copyExclaveTimerEventSource()
845 tes = OSDynamicCast(IOTimerEventSource, obj); in copyExclaveTimerEventSource()
857 IOTimerEventSource *tes = NULL; in exclaveRegisterTimer()
858 IOTimerEventSource::Action action; in exclaveRegisterTimer()
868 action = OSMemberFunctionCast(IOTimerEventSource::Action, in exclaveRegisterTimer()
870 tes = IOTimerEventSource::timerEventSource(this, action); in exclaveRegisterTimer()
904 IOTimerEventSource *tes; in exclaveRemoveTimer()
946 IOTimerEventSource *tes; in exclaveEnableTimer()
981 IOTimerEventSource *tes; in exclaveTimerSetTimeout()
[all …]
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h50 class IOTimerEventSource; variable
845 OSPtr<IOTimerEventSource> _aotTimerES;
869 void aotEvaluate(IOTimerEventSource * timer);
/xnu-11215/iokit/conf/
H A DMakefile.template116 IOTimerEventSource.cpo_CXXWARNFLAGS_ADD += -Wno-shadow
158 IOTimerEventSource.cpo_CXXWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles67 iokit/Kernel/IOTimerEventSource.cpp optional iokitcpp
/xnu-11215/iokit/Tests/
H A DTests.cpp790 TESAction(OSObject * owner, IOTimerEventSource * tes) in TESAction()
803 OSSharedPtr<IOTimerEventSource> tes; in IOWorkLoopTest()
808 …tes = IOTimerEventSource::timerEventSource(kIOTimerEventSourceOptionsPriorityWorkLoop, wl.get(), &… in IOWorkLoopTest()
821 …tes = IOTimerEventSource::timerEventSource(kIOTimerEventSourceOptionsDefault, wl.get(), ^(IOTimerE… in IOWorkLoopTest()