Home
last modified time | relevance | path

Searched refs:invokeAction (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOTimerEventSource.cpp105 IOTimerEventSource::invokeAction(IOEventSource::Action _action, IOTimerEventSource * ts, in invokeAction() function in IOTimerEventSource
156 me->invokeAction(doit, me, me->owner, me->workLoop); in timeout()
184 me->invokeAction(doit, me, me->owner, me->workLoop); in timeoutAndRelease()
207 invokeAction(doit, this, owner, workLoop); in checkForWork()
/xnu-11215/iokit/IOKit/
H A DIOTimerEventSource.h188 __inline__ void invokeAction(IOEventSource::Action action, IOTimerEventSource * ts,