Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c216 int x, pselect_errno, timerPast; in evGetNext() local
267 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()