Searched defs:wait4 (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | wait4.c | 39 * Compatibility lib for SunOS's wait4(). 72 wait4(pid_t pid, int *status, int options, struct rusage *rp) function 93 * SunOS's wait4() only supports WNOHANG & WUNTRACED
|
/illumos-gate/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));
|
/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | wait.c | 38 * Compatibility lib for BSD's wait3() and wait4(). 160 return (wait4(0, status, options, rp)); 169 wait4(int pid, int *status, int options, struct rusage *rp) function
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1329 wait4.3c \ 2408 wait4.3c := LINKSRC = wait3.3c
|
Completed in 56 milliseconds