HomeSort by relevance Sort by last modified time
    Searched defs:waitpid (Results 1 - 6 of 6) sorted by null

  /bionic/libc/unistd/
wait.c 44 pid_t waitpid(pid_t pid, int* status, int options) function
  /external/valgrind/main/coregrind/
m_libcproc.c 277 Int VG_(waitpid)(Int pid, Int *status, Int options) function
289 'waitpid'. Note status and pid args opposite way round from
293 if (0) VG_(printf)("waitpid: got 0x%lx 0x%lx\n", sr_Res(res), res.err);
364 VG_(waitpid) works (at least on AIX). According to the Linux
365 man page for waitpid:
370 become zombies and a call to wait() or waitpid() will block
385 zzz = VG_(waitpid)(pid, NULL, 0);
  /libcore/luni/src/main/java/libcore/io/
Os.java 118 public int waitpid(int pid, MutableInt status, int options) throws ErrnoException; method in interface:Os
Posix.java 168 public native int waitpid(int pid, MutableInt status, int options) throws ErrnoException; method in class:Posix
ForwardingOs.java 124 public int waitpid(int pid, MutableInt status, int options) throws ErrnoException { return os.waitpid(pid, status, options); } method in class:ForwardingOs
  /external/strace/
defs.h 285 int waitpid; /* pid(s) this process is waiting for */ member in struct:tcb

Completed in 91 milliseconds