Searched refs:waitpid (Results 1 - 25 of 130) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dbaseunix.cpp36 // for waitpid()
76 if ( waitpid(execData.pid, &exitcode, 0) == -1 || !WIFEXITED(exitcode) )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dhelper.c101 CATCH_EINTR(waitpid(pid, NULL, __WCLONE));
134 CATCH_EINTR(pid = waitpid(pid, &status, __WCLONE));
155 CATCH_EINTR(ret = waitpid(pid, &status, wflags));
157 printk(UM_KERN_ERR "helper_wait : waitpid process %d failed, "
H A Dutil.c105 * Run a waitpid loop until we get some kind of error.
112 while ((pid = waitpid(-1, NULL, WNOHANG | __WALL)) > 0)
H A Dstart_up.c104 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED));
106 fatal_perror("check_ptrace : waitpid failed");
128 CATCH_EINTR(n = waitpid(pid, &status, 0));
213 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED));
253 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED));
311 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED));
H A Dprocess.c104 CATCH_EINTR(waitpid(pid, NULL, __WALL));
133 CATCH_EINTR(waitpid(pid, NULL, __WALL));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dvfork_daemon_rexec.c79 if (waitpid(pid, &status, 0) == -1)
90 return waitpid(-1, wstat, WNOHANG);
98 r = waitpid(pid, wstat, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tests/
H A Dfcntl_lock64.c24 return waitpid(pid,status,options);
H A Dfcntl_lock.c28 return waitpid(pid,status,options);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/nsswitch/
H A Dgetpwent_r.c80 waitpid(pids[i], &status, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dpassprompt.c89 while (waitpid(kid, &wstat, 0) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/
H A Dpassprompt.c87 while (waitpid(kid, &wstat, 0) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dspool.c154 (void) waitpid(pid, NULL, 0);
237 (void) waitpid(pid, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dmount_util.c99 res = waitpid(res, &status, 0);
101 fprintf(stderr, "%s: waitpid: %s\n", progname, strerror(errno));
136 res = waitpid(res, &status, 0);
138 fprintf(stderr, "%s: waitpid: %s\n", progname, strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dath.h98 ssize_t (*waitpid) (pid_t pid, int *status, int options);
106 ssize_t (*waitpid) (pid_t pid, int *status, int options);
96 ssize_t (*waitpid) (pid_t pid, int *status, int options); member in struct:ath_ops
104 ssize_t (*waitpid) (pid_t pid, int *status, int options); member in struct:ath_ops
H A Dath.c266 if (ops_set && ops.waitpid)
267 return (*ops.waitpid) (pid, status, options);
272 return waitpid (pid, status, options);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Drandom.c153 while ( (i=waitpid (pid, &status, 0)) == -1 && errno == EINTR)
212 while ( (i=waitpid (pid, &status, 0)) == -1 && errno == EINTR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dath.h98 ssize_t (*waitpid) (pid_t pid, int *status, int options);
106 ssize_t (*waitpid) (pid_t pid, int *status, int options);
96 ssize_t (*waitpid) (pid_t pid, int *status, int options); member in struct:ath_ops
104 ssize_t (*waitpid) (pid_t pid, int *status, int options); member in struct:ath_ops
H A Dath.c266 if (ops_set && ops.waitpid)
267 return (*ops.waitpid) (pid, status, options);
272 return waitpid (pid, status, options);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drandom.c153 while ( (i=waitpid (pid, &status, 0)) == -1 && errno == EINTR)
212 while ( (i=waitpid (pid, &status, 0)) == -1 && errno == EINTR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dutilsgtk.cpp143 int rc = waitpid(pid, &status, WNOHANG);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/bench/
H A Dsched-pipe.c88 retpid = waitpid(pid, &wait_stat, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dio_gettar.c201 if ((waitpid(pid, &status, 0) < 0) && (errno != EINTR))
235 if ((waitpid(pid, &status, 0) < 0) && (errno != EINTR))
338 if ((waitpid(pid, &status, 0) < 0) && (errno != EINTR))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dutilsexc_cf.cpp93 int rc = waitpid(abs(m_data->pid), & status, 0);
151 int rc = waitpid(abs(proc_data->pid), &status, WNOHANG);
251 int rc = waitpid(pid, &status, WNOHANG);
261 wxLogLastError(_T("waitpid"));
266 wxASSERT_MSG(rc == pid, _T("unexpected waitpid() return value"));
274 { // Should NEVER happen according to waitpid docs
275 wxLogError(wxT("waitpid indicates process exited but not due to exiting or signalling"));
282 Either waitpid failed or the process ended successfully. Either way,
283 we're done. It's not if waitpid is going to magically succeed when
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dprocess.c113 while ((pid = waitpid(-1, NULL, WNOHANG)))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/linux24_compat/
H A Dhotplug2-modwrap.c45 waitpid(p, NULL, 0);

Completed in 306 milliseconds

123456