HomeSort by relevance Sort by last modified time
    Searched refs:wait3 (Results 51 - 55 of 55) sorted by null

1 23

  /external/tcpdump/lbl/
os-sunos4.h 197 pid_t wait3(int *, int, struct rusage *);
  /ndk/sources/host-tools/make-3.81/
job.c 125 # ifndef wait3
126 extern int wait3 ();
128 # define WAIT_NOHANG(status) wait3 ((status), WNOHANG, (struct rusage *) 0)
129 # endif /* Have wait3. */
415 If we don't have either waitpid or wait3, then make is unreliable, but we
498 all modern, POSIX-y systems that support wait3() or waitpid().
    [all...]
configure     [all...]
  /system/core/sh/
jobs.c 1164 return wait3(status, flags, (struct rusage *)NULL);
  /external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp 476 (171): old wait3
    [all...]

Completed in 4274 milliseconds

1 23