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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dvfork_daemon_rexec.c93 int wait_pid(int *wstat, int pid) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dsv.c326 while (wait_pid(&w, pid) == -1) {
H A Drunsv.c272 while (wait_pid(&w, pid) == -1) {
H A Dsvlogd.c236 while (wait_pid(&wstat, ld->ppid) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsystem.c1492 pid_t wait_pid; local
1515 wait_pid = sys_waitpid (entry->child_pid, &wstatus, 0);
1516 } while (wait_pid == -1 && errno == EINTR);
1520 if (wait_pid == -1)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h538 int wait_pid(int *wstat, int pid);

Completed in 172 milliseconds