Searched refs:stopped_cmds (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c391 int stopped_cmds; /* number of commands alive, but stopped */ member in struct:pipe
3340 if (pi->stopped_cmds > 0) /* why? */
3933 pi->stopped_cmds = 0;
4046 fg_pipe->stopped_cmds++;
4048 debug_printf_jobs("fg_pipe: alive_cmds %d stopped_cmds %d\n",
4049 fg_pipe->alive_cmds, fg_pipe->stopped_cmds);
4050 if (fg_pipe->alive_cmds - fg_pipe->stopped_cmds <= 0) {
4098 pi->stopped_cmds++;
4164 pi->stopped_cmds = 0;
7792 pi->stopped_cmds
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c391 int stopped_cmds; /* number of commands alive, but stopped */ member in struct:pipe
3340 if (pi->stopped_cmds > 0) /* why? */
3933 pi->stopped_cmds = 0;
4046 fg_pipe->stopped_cmds++;
4048 debug_printf_jobs("fg_pipe: alive_cmds %d stopped_cmds %d\n",
4049 fg_pipe->alive_cmds, fg_pipe->stopped_cmds);
4050 if (fg_pipe->alive_cmds - fg_pipe->stopped_cmds <= 0) {
4098 pi->stopped_cmds++;
4164 pi->stopped_cmds = 0;
7792 pi->stopped_cmds
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c391 int stopped_cmds; /* number of commands alive, but stopped */ member in struct:pipe
3340 if (pi->stopped_cmds > 0) /* why? */
3933 pi->stopped_cmds = 0;
4046 fg_pipe->stopped_cmds++;
4048 debug_printf_jobs("fg_pipe: alive_cmds %d stopped_cmds %d\n",
4049 fg_pipe->alive_cmds, fg_pipe->stopped_cmds);
4050 if (fg_pipe->alive_cmds - fg_pipe->stopped_cmds <= 0) {
4098 pi->stopped_cmds++;
4164 pi->stopped_cmds = 0;
7792 pi->stopped_cmds
[all...]

Completed in 157 milliseconds