Searched refs:timerPast (Results 1 – 1 of 1) sorted by relevance
218 int x, pselect_errno, timerPast; in evGetNext() local269 timerPast = (evCmpTime(nextTime, ctx->lastEventTime) <= 0); in evGetNext()271 timerPast = 0; /*%< Make gcc happy. */ in evGetNext()291 } else if (timerPast) { in evGetNext()380 if (x == 0 && (nextTimer == NULL || !timerPast) && in evGetNext()391 if (nextTimer && !timerPast) { in evGetNext()393 timerPast = (evCmpTime(nextTime, ctx->lastEventTime) <= 0); in evGetNext()395 if (nextTimer && timerPast) { in evGetNext()