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

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.t66 $reaped_pid = waitpid $pid, 0;
80 waitpid $pid, 0;
92 waitpid $pid, 0;
102 waitpid $pid, 0;
108 waitpid $pid, 0;
116 waitpid $pid, 0;
126 waitpid $pid, 0;
136 waitpid $pid, 0;
149 waitpid $pid, 0;
H A DOpen2.t57 $reaped_pid = waitpid $pid, 0;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h44 __STDPP__directive pragma pp:hide wait waitpid
47 #define waitpid ______waitpid
51 __STDPP__directive pragma pp:nohide wait waitpid
54 #undef waitpid
105 extern __MANGLE__ pid_t waitpid __PROTO__((pid_t, int*, int));
/osnet-11/usr/src/lib/libast/common/include/
H A Dwait.h35 __STDPP__directive pragma pp:hide wait waitpid
38 #define waitpid ______waitpid
42 __STDPP__directive pragma pp:nohide wait waitpid
45 #undef waitpid
96 extern pid_t waitpid(pid_t, int*, int);
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dwait.h44 __STDPP__directive pragma pp:hide wait waitpid
47 #define waitpid ______waitpid
51 __STDPP__directive pragma pp:nohide wait waitpid
54 #undef waitpid
105 extern __MANGLE__ pid_t waitpid __PROTO__((pid_t, int*, int));
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h44 __STDPP__directive pragma pp:hide wait waitpid
47 #define waitpid ______waitpid
51 __STDPP__directive pragma pp:nohide wait waitpid
54 #undef waitpid
105 extern __MANGLE__ pid_t waitpid __PROTO__((pid_t, int*, int));
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h44 __STDPP__directive pragma pp:hide wait waitpid
47 #define waitpid ______waitpid
51 __STDPP__directive pragma pp:nohide wait waitpid
54 #undef waitpid
105 extern __MANGLE__ pid_t waitpid __PROTO__((pid_t, int*, int));
/osnet-11/usr/src/lib/libast/common/comp/
H A Dexecve.c58 while (waitpid(childpid, &status, 0) == -1)
H A Dspawnveg.c69 if (waitpid(pid, &err, WNOHANG|WNOWAIT) == pid && EXIT_STATUS(err) == 127)
71 while (waitpid(pid, NiL, 0) == -1 && errno == EINTR);
232 while (waitpid(pid, NiL, 0) == -1 && errno == EINTR);
242 while (waitpid(pid, NiL, 0) == -1 && errno == EINTR);
H A Dwaitpid.c24 * POSIX waitpid()
27 * process group specifics ignored by non-{waitpid,wait4}
35 NoN(waitpid)
46 waitpid(pid_t pid, int* status, int flags)
97 waitpid(pid_t pid, int* status, int flags)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dwaitpid.c35 #pragma weak _waitpid = waitpid
78 waitpid(pid_t pid, int *stat_loc, int options) function
113 return (waitpid(-1, stat_loc, 0));
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dsys_wait.in.h37 as returned by waitpid().
84 # define waitpid(pid,statusp,options) _cwait (statusp, pid, WAIT_CHILD)
87 as returned by waitpid() or, equivalently, _cwait() or GetExitCodeProcess().
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dopenpid.t35 # exits to test the waitpid function.
78 $reap_pid = waitpid $pid4, 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_unix.t72 waitpid($pid,0);
H A Dio_multihomed.t104 waitpid($pid,0);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dprocclose.c63 while ((pid = waitpid(p->pid, &status, flags)) == -1 && errno == EINTR);
/osnet-11/usr/src/lib/libsqlite/test/
H A Dcrashtest1.c96 waitpid(pid, &status, 0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dfork.t288 waitpid($pid,0);
301 waitpid($pid,0);
408 print "waitpid() returned ok\n" if waitpid($pid,0) == $pid;
425 waitpid() returned ok
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dsystem.c76 while (waitpid(pid, NULL, 0) == -1) {
86 * If we were cancelled in waitpid(), create a daemon thread to
252 * system() is a cancellation point and so is waitpid().
256 w = waitpid(cu.pid, &status, 0);
H A Dpopen.c73 * If we were cancelled in waitpid(), create a daemon thread to
261 * waitpid() is a cancellation point.
270 /* waitpid(..., WNOHANG) is not a cancellation point */
271 if (waitpid(pid, &status, WNOHANG) == pid)
279 while (waitpid(pid, &status, 0) < 0) {
306 (void) waitpid(curr->pid, NULL, WNOHANG);
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c100 while (waitpid(kid, &wstat, 0) < 0) {
/osnet-11/usr/src/lib/libgen/common/
H A Dp2open.c147 while ((r = waitpid(pid, &status, 0)) == (pid_t)-1 && errno == EINTR)
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Ddsvcd_synch.c132 (void) waitpid(dsvclockd_pid, NULL, 0);
140 (void) waitpid(dsvclockd_pid, NULL, 0);
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgexecv.c255 waitstat = waitpid(pid, (int *)&status, 0);
257 /* waitpid returned error */
265 /* error from waitpid: bail */
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c171 (void) waitpid(childpid, NULL, 0);

Completed in 105 milliseconds

123