Home
last modified time | relevance | path

Searched refs:timerEventSource (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOTimerEventSource.h165 timerEventSource(OSObject *owner, Action action = NULL);
174 timerEventSource(uint32_t options, OSObject *owner, Action action = NULL);
184 timerEventSource(uint32_t options, OSObject *inOwner, ActionBlock action);
/xnu-11215/iokit/Kernel/
H A DIOTimerEventSource.cpp332 IOTimerEventSource::timerEventSource(uint32_t inOptions, OSObject *inOwner, Action inAction) in timerEventSource() function in IOTimerEventSource
345 IOTimerEventSource::timerEventSource(uint32_t options, OSObject *inOwner, ActionBlock _action) in timerEventSource() function in IOTimerEventSource
348 tes = IOTimerEventSource::timerEventSource(options, inOwner, (Action) NULL); in timerEventSource()
359 IOTimerEventSource::timerEventSource(OSObject *inOwner, Action inAction) in timerEventSource() function in IOTimerEventSource
361 return IOTimerEventSource::timerEventSource( in timerEventSource()
H A DIOPMrootDomain.cpp1748 _aotTimerES = IOTimerEventSource::timerEventSource(this, in start()
/xnu-11215/iokit/Tests/
H A DTests.cpp808 …tes = IOTimerEventSource::timerEventSource(kIOTimerEventSourceOptionsPriorityWorkLoop, wl.get(), &… in IOWorkLoopTest()
821 …tes = IOTimerEventSource::timerEventSource(kIOTimerEventSourceOptionsDefault, wl.get(), ^(IOTimerE… in IOWorkLoopTest()
/xnu-11215/iokit/Exclaves/
H A DExclaves.cpp870 tes = IOTimerEventSource::timerEventSource(this, action); in exclaveRegisterTimer()