Searched refs:waitpid (Results 26 - 50 of 130) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dwait-process.c35 #define waitpid(pid,statusp,options) _cwait (statusp, pid, WAIT_CHILD) macro
261 waitpid() and the execution of unregister_slave_subprocess(), and
341 /* waitpid() is just as portable as wait() nowadays. */
347 int result = waitpid (child, &status, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dinit.c169 waitpid(pid, NULL, 0);
298 while ((pid = waitpid(-1, NULL, WNOHANG)) > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dutilsexc.cpp145 int rc = waitpid(abs(proc_data->pid), &status, WNOHANG);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dthreadsgi.cpp178 waitpid(p_internal->thread_id, &stat, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dthreadsgi.cpp178 waitpid(p_internal->thread_id, &stat, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddexec.c197 if (waitpid(pid, &r, 0) < 0) {
202 daemon_log(LOG_ERR, "waitpid(): %s", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafprun.c194 while((wpid = waitpid(pid,&status,0)) < 0) {
202 LOG(log_error, logtype_afpd, "waitpid(%d) : %s",(int)pid, strerror(errno) );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/skas/
H A Dprocess.c68 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL));
187 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL));
312 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL));
388 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Drun-command.c158 pid_t waiting = waitpid(pid, &status, 0);
163 error("waitpid failed (%s)", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libdaemon-0.14/libdaemon/
H A Ddexec.c197 if (waitpid(pid, &r, 0) < 0) {
202 daemon_log(LOG_ERR, "waitpid(): %s", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/posix/
H A Dproc.c59 if ((pid = waitpid(-1, &status, 0)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dbbsh.c172 } else waitpid(pid, &status, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_mv.c425 while ((waitpid(pid, &status, 0)) == -1) {
428 SLOG("%s cp -R %s %s: waitpid: %s", _PATH_AD, from, to, strerror(errno));
449 while ((waitpid(pid, &status, 0)) == -1) {
452 SLOG("%s rm -R %s: waitpid: %s", _PATH_AD, from, strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dmain.c318 pid = waitpid(-1, NULL, WNOHANG);
339 pid = waitpid(-1, NULL, WNOHANG); /* check for more children */
738 ret = waitpid(pid, &status, 0);
763 perror("waitpid");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndunix.c218 pid_t pid; /* pid of child for waitpid() */
358 waitpid(pid_t pid, int *statptr, int options) function
383 * pclose() is called, instead of calling waitpid() for the correct child, it
468 waitpid(entry->pid, NULL, 0);
492 if (waitpid(entry->pid, NULL, 0) != entry->pid)
755 * cryptlib can. As a result, my_pclose() will call waitpid() on a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndunix.c218 pid_t pid; /* pid of child for waitpid() */
358 waitpid(pid_t pid, int *statptr, int options) function
383 * pclose() is called, instead of calling waitpid() for the correct child, it
468 waitpid(entry->pid, NULL, 0);
492 if (waitpid(entry->pid, NULL, 0) != entry->pid)
755 * cryptlib can. As a result, my_pclose() will call waitpid() on a
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/init/
H A Dinit.c515 wpid = waitpid(runpid, &status, 0);
566 waitpid(pid, NULL, 0);
1030 wpid = waitpid(-1, NULL, WNOHANG);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/basic/
H A Ddocproc.c129 waitpid(pid, &ret ,0);
399 waitpid(pid, &ret ,0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dhotplug2.c291 p = waitpid (WAIT_ANY, NULL, WNOHANG);
377 waitpid(p, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/stf/
H A Dcomfychair.py235 exited_pid, waitstatus = os.waitpid(pid, 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/tools/
H A Dtdbtorture.c293 pid = waitpid(-1, &status, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_ntlm_wb.c83 pid_t ret = waitpid(conn->ntlm_auth_hlpr_pid, NULL, WNOHANG);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Drun.c70 while ((ret = waitpid(0, &status, WNOHANG)) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/plugins/down-root/
H A Ddown-root.c429 waitpid (context->background_pid, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dscript.c271 waitpid(pid, NULL, 0);

Completed in 306 milliseconds

123456