Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOTimerEventSource.cpp204 && (reserved->calloutGenerationSignaled == reserved->calloutGeneration) in checkForWork()
206 reserved->calloutGenerationSignaled = ~reserved->calloutGeneration; in checkForWork()
218 me->reserved->calloutGenerationSignaled = (SInt32)(long) c; in timeoutSignaled()
240 reserved->calloutGenerationSignaled = ~reserved->calloutGeneration; in setTimeoutFunc()
/xnu-11215/iokit/IOKit/
H A DIOTimerEventSource.h125 SInt32 calloutGenerationSignaled; member