Searched refs:timerPast (Results 1 – 1 of 1) sorted by relevance
216 int x, pselect_errno, timerPast; in evGetNext() local267 timerPast = (evCmpTime(nextTime, ctx->lastEventTime) <= 0); in evGetNext()269 timerPast = 0; /*%< Make gcc happy. */ in evGetNext()289 } else if (timerPast) { in evGetNext()378 if (x == 0 && (nextTimer == NULL || !timerPast) && in evGetNext()389 if (nextTimer && !timerPast) { in evGetNext()391 timerPast = (evCmpTime(nextTime, ctx->lastEventTime) <= 0); in evGetNext()393 if (nextTimer && timerPast) { in evGetNext()