Searched refs:nextTimer (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c214 evTimer *nextTimer; local
265 if ((nextTimer = heap_element(ctx->timers, 1)) != NULL) {
266 nextTime = nextTimer->due;
277 if ((options & EV_WAIT) != 0 && !nextTimer && ctx->fdMax == -1)
285 } else if (nextTimer == NULL) {
378 if (x == 0 && (nextTimer == NULL || !timerPast) &&
386 INSIST(nextTimer || ctx->fdCount);
389 if (nextTimer && !timerPast) {
393 if (nextTimer && timerPast) {
396 new->u.timer.this = nextTimer;
[all...]

Completed in 74 milliseconds