Home
last modified time | relevance | path

Searched refs:doit (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOTimerEventSource.cpp151 IOEventSource::Action doit; in timeout() local
154 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() local
181 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() local
205 && enabled && (doit = action)) { in checkForWork()
[all …]
/xnu-11215/doc/primitives/
H A Datomics.md64 For example, when the compiler can know what `doit` is doing (which due to LTO
72 doit(i);
85 doit(i);
/xnu-11215/tools/lldbmacros/
H A Dipc.py151 def doit(wq): function
157 doit(wq)
160 doit(wq)
/xnu-11215/tests/skywalk/
H A Dskywalk_test_common.c2756 goto doit; in rtmsg()
2785 doit: in rtmsg()