Home
last modified time | relevance | path

Searched refs:childpid (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dcli_hush.c1426 pid_t childpid; local
1433 while ((childpid = waitpid(-1, &status, attributes)) > 0) {
1437 if (fg_pipe->progs[i].pid == childpid) {
1448 while (prognum < pi->num_progs && pi->progs[prognum].pid != childpid) {
1456 debug_printf("checkjobs: pid %d was not in our list!\n", childpid);
1485 if (childpid == -1 && errno != ECHILD)