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

/ast/src/cmd/coshell/
H A Dservice.h101 #define FORGET (5*LOST) /* forget lost shell */
106 #define LOST (1*60) /* job/shell lost secs */ macro
H A Dschedule.c205 if (cs.time - (unsigned long)tt > LOST)
246 else if (cs.time > ap->start + LOST)
249 ap->stat.up = -LOST;
250 ap->update = cs.time + 2 * LOST;
H A Djob.c175 else if (cs.time > jp->start + LOST)
H A Dshell.c396 if (sp->fd < 0 && cs.time > (sp->start + LOST))

Completed in 20 milliseconds