Searched defs:wait4 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dwaitpid.c117 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));

Completed in 27 milliseconds