Searched refs:wait4 (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | waitpid.c | 117 wait4(pid_t pid, int *stat_loc, int options, struct rusage *rp) function 134 * SunOS's wait4() previously supported only WNOHANG & 136 * wait4()) also support WCONTINUED. 190 return (wait4(0, stat_loc, options, rp));
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | waitpid.c | 27 * process group specifics ignored by non-{waitpid,wait4} 43 extern int wait4(int, int*, int, struct rusage*); 48 return(wait4(pid, status, flags, NiL));
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 366 while (wait4(pid, &stat, 0, NULL) != -1) {
|
/osnet-11/usr/src/lib/libc/port/ |
H A D | llib-lc | 1109 pid_t wait4(pid_t pid, int *status, int options, struct rusage *rusage);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | config_h.SH | 635 * This symbol, if defined, indicates that wait4() exists.
|
H A D | util.c | 2476 result = wait4((pid==-1)?0:pid,statusp,flags,Null(struct rusage *));
|
Completed in 49 milliseconds