Searched refs:doit (Results 1 – 4 of 4) sorted by relevance
151 IOEventSource::Action doit; in timeout() local154 doit = me->action; in timeout()155 if (doit && me->enabled && AbsoluteTime_to_scalar(&me->abstime)) { in timeout()156 me->invokeAction(doit, me, me->owner, me->workLoop); in timeout()178 IOEventSource::Action doit; in timeoutAndRelease() local181 doit = me->action; in timeoutAndRelease()182 if (doit && (me->reserved->calloutGeneration == count)) { in timeoutAndRelease()184 me->invokeAction(doit, me, me->owner, me->workLoop); in timeoutAndRelease()201 IOEventSource::Action doit; in checkForWork() local205 && enabled && (doit = action)) { in checkForWork()[all …]
64 For example, when the compiler can know what `doit` is doing (which due to LTO72 doit(i);85 doit(i);
151 def doit(wq): function157 doit(wq)160 doit(wq)
2756 goto doit; in rtmsg()2785 doit: in rtmsg()