Searched refs:wait3 (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait3.c45 * Compatibility lib for BSD's wait3() - falls through to wait4().
54 wait3(int *status, int options, struct rusage *rp) function
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dwaitpid.c57 extern int wait3(int*, int, struct rusage*);
63 #define wait3(s,f,u) wait2(s,f)
71 #define wait3(s,f,u) wait(s)
152 p = wait3(&s, flags, NiL);
175 p = wait3(&s, flags & WNOHANG, NiL);
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h105 extern pid_t wait3(int *, int, struct rusage *);
/illumos-gate/usr/src/ucbcmd/rusage/
H A Drusage.c94 while (wait3(&status.w_status, options, &ru) != p)
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h55 * wait and wait3. If w_stopval==WSTOPPED, then the second structure
156 extern pid_t wait3(int *, int, struct rusage *);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c135 * WUNTRACED. XPG4v2 mandates that wait3() (which calls
188 wait3(int *stat_loc, int options, struct rusage *rp) function
/illumos-gate/usr/src/cmd/csh/
H A DMakefile42 sh.tchar.o sh.time.o wait3.o printf.o
/illumos-gate/usr/src/ucblib/libucb/
H A DMakefile.com39 wait3.o \
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c38 * Compatibility lib for BSD's wait3() and wait4().
158 wait3(int *status, int options, struct rusage *rp) function
/illumos-gate/usr/src/cmd/csh/i386/
H A DMakefile48 wait3.o
/illumos-gate/usr/src/cmd/csh/sparc/
H A DMakefile50 wait3.o
/illumos-gate/usr/src/cmd/bnu/
H A Din.uucpd.c349 #define wait3(a, b, c) wait2(a, b) macro
375 while ((pid = wait3(&status, WNOHANG, 0)) > 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c208 while (wait3((struct wait *)0, WNOHANG, (struct rusage *)0) > 0)
/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c516 while (wait3((int *)0, WNOHANG, (struct rusage *)0) > 0)
/illumos-gate/usr/src/man/man3c/
H A DMakefile524 wait3.3c \
2408 wait4.3c := LINKSRC = wait3.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1096 pid_t wait3(int *status, int options, struct rusage *rp);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c2752 while ((pid = wait3(&status, WNOHANG, (struct rusage *) NULL)) > 0)
2761 ** is the "old system" situation -- waitpid or wait3 are to be

Completed in 96 milliseconds