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

/netgear-R7000-V1.0.7.12_1.2.5/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
868 pi->stopped_progs = 0;
912 if (job->running_progs == job->stopped_progs)
1497 pi->stopped_progs = 0;
1562 fg_pipe->stopped_progs++;
1564 debug_printf_jobs("fg_pipe: running_progs %d stopped_progs %d\n",
1565 fg_pipe->running_progs, fg_pipe->stopped_progs);
1566 if (fg_pipe->running_progs - fg_pipe->stopped_progs <= 0) {
1611 pi->stopped_progs++;
1677 pi->stopped_progs
[all...]

Completed in 213 milliseconds