Searched refs:timerEventSource (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IOTimerEventSource.h | 165 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 D | IOTimerEventSource.cpp | 332 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 D | IOPMrootDomain.cpp | 1748 _aotTimerES = IOTimerEventSource::timerEventSource(this, in start()
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 808 …tes = IOTimerEventSource::timerEventSource(kIOTimerEventSourceOptionsPriorityWorkLoop, wl.get(), &… in IOWorkLoopTest() 821 …tes = IOTimerEventSource::timerEventSource(kIOTimerEventSourceOptionsDefault, wl.get(), ^(IOTimerE… in IOWorkLoopTest()
|
| /xnu-11215/iokit/Exclaves/ |
| H A D | Exclaves.cpp | 870 tes = IOTimerEventSource::timerEventSource(this, action); in exclaveRegisterTimer()
|