Searched refs:checkjobs (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.c3941 static int checkjobs(struct pipe* fg_pipe) function
3951 debug_printf_jobs("checkjobs %p\n", fg_pipe);
3960 //bb_error_msg("[%d] checkjobs: G.count_SIGCHLD:%d G.handled_SIGCHLD:%d children?:%d fg_pipe:%p",
4001 //bb_error_msg("[%d] checkjobs: waitpid returned <= 0, G.count_SIGCHLD:%d G.handled_SIGCHLD:%d", getpid(), G.count_SIGCHLD, G.handled_SIGCHLD);
4081 debug_printf("checkjobs: pid %d was not in our list!\n", childpid);
4110 int rcode = checkjobs(fg_pipe);
4122 * See checkjobs().
4777 * to execute this pipe. NB: have to do checkjobs(NULL)
4816 checkjobs(NULL);
4844 rcode = checkjobs(p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c3941 static int checkjobs(struct pipe* fg_pipe) function
3951 debug_printf_jobs("checkjobs %p\n", fg_pipe);
3960 //bb_error_msg("[%d] checkjobs: G.count_SIGCHLD:%d G.handled_SIGCHLD:%d children?:%d fg_pipe:%p",
4001 //bb_error_msg("[%d] checkjobs: waitpid returned <= 0, G.count_SIGCHLD:%d G.handled_SIGCHLD:%d", getpid(), G.count_SIGCHLD, G.handled_SIGCHLD);
4081 debug_printf("checkjobs: pid %d was not in our list!\n", childpid);
4110 int rcode = checkjobs(fg_pipe);
4122 * See checkjobs().
4777 * to execute this pipe. NB: have to do checkjobs(NULL)
4816 checkjobs(NULL);
4844 rcode = checkjobs(p
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c3941 static int checkjobs(struct pipe* fg_pipe) function
3951 debug_printf_jobs("checkjobs %p\n", fg_pipe);
3960 //bb_error_msg("[%d] checkjobs: G.count_SIGCHLD:%d G.handled_SIGCHLD:%d children?:%d fg_pipe:%p",
4001 //bb_error_msg("[%d] checkjobs: waitpid returned <= 0, G.count_SIGCHLD:%d G.handled_SIGCHLD:%d", getpid(), G.count_SIGCHLD, G.handled_SIGCHLD);
4081 debug_printf("checkjobs: pid %d was not in our list!\n", childpid);
4110 int rcode = checkjobs(fg_pipe);
4122 * See checkjobs().
4777 * to execute this pipe. NB: have to do checkjobs(NULL)
4816 checkjobs(NULL);
4844 rcode = checkjobs(p
[all...]

Completed in 200 milliseconds