HomeSort by relevance Sort by last modified time
    Searched refs:csh_wait3 (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
wait.h 100 extern pid_t csh_wait3(union wait *w, int options, struct rusage *rp);
wait3.c 61 csh_wait3(int *status, int options, struct rusage *rp) function
sh.proc.c 62 pid = csh_wait3(&w, (setintr ? WNOHANG|WUNTRACED:WNOHANG), &ru);

Completed in 600 milliseconds