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

/ast/src/cmd/coshell/
H A Djob.c172 if (state.running < (state.perserver + state.jobwait) && state.con[jp->fd].info.user.running < (state.peruser + 1) && (sp == &state.wait || sp->running < ((state.perhost ? state.perhost : sp->cpu * state.percpu) + 1)))
182 if (state.jobwait || state.shellwait) cswakeup(state.wakeup = UPDATE * 1000L);
227 state.jobwait--;
H A Dshell.c238 if (state.running >= (state.perserver + state.jobwait) || con[fd].info.user.running >= state.peruser)
303 if (!(msg = jp->cmd)) state.jobwait++;
H A Dservice.h303 int jobwait; member in struct:__anon66
H A Dcommand.c531 sfprintf(state.string, " jobwait %-6d ", state.jobwait);
H A Dmain.c355 state.jobwait--;
421 state.jobwait--;

Completed in 21 milliseconds