Lines Matching refs:nextTimer
214 evTimer *nextTimer;
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;