Searched refs:timerPast (Results 1 – 1 of 1) sorted by relevance
212 int x, pselect_errno, timerPast; in evGetNext() local263 timerPast = (evCmpTime(nextTime, ctx->lastEventTime) <= 0); in evGetNext()265 timerPast = 0; /*%< Make gcc happy. */ in evGetNext()285 } else if (timerPast) { in evGetNext()374 if (x == 0 && (nextTimer == NULL || !timerPast) && in evGetNext()385 if (nextTimer && !timerPast) { in evGetNext()387 timerPast = (evCmpTime(nextTime, ctx->lastEventTime) <= 0); in evGetNext()389 if (nextTimer && timerPast) { in evGetNext()