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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c521 static int checkjobs(struct pipe* fg_pipe);
523 static int checkjobs_and_fg_shell(struct pipe* fg_pipe);
528 int checkjobs_and_fg_shell(struct pipe* fg_pipe); /* never called */
1505 static int checkjobs(struct pipe* fg_pipe) argument
1517 if (fg_pipe == NULL) {
1548 if (fg_pipe) {
1550 for (i = 0; i < fg_pipe->num_progs; i++) {
1551 debug_printf_jobs("check pid %d\n", fg_pipe->progs[i].pid);
1552 if (fg_pipe->progs[i].pid == childpid) {
1555 fg_pipe
1625 checkjobs_and_fg_shell(struct pipe* fg_pipe) argument
[all...]

Completed in 116 milliseconds