Searched refs:stopped_progs (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c91 int stopped_progs; /* number of programs alive, but stopped */ member in struct:job
296 job->stopped_progs = 0;
333 if (job->running_progs == job->stopped_progs)
527 job->stopped_progs++;
1191 thejob->stopped_progs = 0;
1409 job_list.fg->stopped_progs++;
1412 if (job_list.fg->stopped_progs == job_list.fg->running_progs) {
H A Dhush.c267 int stopped_progs; /* number of programs alive, but stopped */ member in struct:pipe
869 pi->stopped_progs = 0;
913 if (job->running_progs == job->stopped_progs)
1498 pi->stopped_progs = 0;
1563 fg_pipe->stopped_progs++;
1565 debug_printf_jobs("fg_pipe: running_progs %d stopped_progs %d\n",
1566 fg_pipe->running_progs, fg_pipe->stopped_progs);
1567 if (fg_pipe->running_progs - fg_pipe->stopped_progs <= 0) {
1612 pi->stopped_progs++;
1678 pi->stopped_progs
[all...]

Completed in 91 milliseconds