Home
last modified time | relevance | path

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

/freebsd/tools/regression/p1003_1b/
H A Dsched.c217 pid_t *lastrun; in sched() local
229 q(__LINE__, (int)(lastrun = mmap(0, sizeof(*lastrun), PROT_READ|PROT_WRITE, in sched()
268 *lastrun = me; in sched()
271 if (*lastrun == me) in sched()
/freebsd/usr.sbin/cron/cron/
H A Dcron.c246 if ( e->lastrun >= TargetTime )
247 e->lastrun = 0;
249 if ( e->lastrun < TargetTime - 3600 )
325 e->lastrun = TargetTime;
344 e->lastrun = TargetTime;
H A Dstructs.h56 time_t lastrun; member
/freebsd/contrib/sendmail/src/
H A Ddaemon.c161 time_t lastrun; local
374 lastrun = now;
379 lastrun + QueueIntvl + CheckQueueRunners < now)
390 lastrun = now;