Searched defs:next_event (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c256 static struct event *next_event; /* the next event to execute */ variable in typeref:struct:event
546 if (next_event == NULL && !el_empty()) {
547 next_event = (struct event *)el_first();
549 if (next_event == NULL) {
552 ne_time = next_event->time - t;
554 cftime(timebuf, "%+", &next_event->time);
556 next_event->time, timebuf);
577 last_time = next_event->time; /* save execution time */
583 if (ex(next_event) || reset_needed) {
588 switch (next_event
[all...]

Completed in 49 milliseconds