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

  /external/bison/lib/
waitpid.c 27 waitpid (pid_t pid, int *statusp, int options) function
sys_wait.in.h 46 as returned by waitpid().
89 as returned by waitpid() or, equivalently, _cwait() or GetExitCodeProcess().
115 _GL_FUNCDECL_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options));
117 _GL_CXXALIAS_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options));
118 _GL_CXXALIASWARN (waitpid); variable
120 # undef waitpid
122 _GL_WARN_ON_USE (waitpid, "waitpid is unportable - "
  /development/ndk/sources/android/libportable/arch-mips/
waitpid.c 28 pid_t WRAP(waitpid)(pid_t pid, int *status, int options) function
32 ret = REAL(waitpid)(pid, status, options);
  /external/openssh/openbsd-compat/
bsd-waitpid.c 30 #include "bsd-waitpid.h"
33 waitpid(int pid, int *stat_loc, int options) function
  /bionic/libc/bionic/
wait.cpp 42 pid_t waitpid(pid_t pid, int* status, int options) { function
  /external/bison/darwin-lib/sys/
wait.h 348 as returned by waitpid().
391 as returned by waitpid() or, equivalently, _cwait() or GetExitCodeProcess().
417 _GL_FUNCDECL_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options));
419 _GL_CXXALIAS_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options));
420 _GL_CXXALIASWARN (waitpid); variable
422 # undef waitpid macro
424 _GL_WARN_ON_USE (waitpid, "waitpid is unportable - "
  /external/bison/linux-lib/sys/
wait.h 348 as returned by waitpid().
391 as returned by waitpid() or, equivalently, _cwait() or GetExitCodeProcess().
417 _GL_FUNCDECL_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options));
419 _GL_CXXALIAS_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options));
420 _GL_CXXALIASWARN (waitpid); variable
422 # undef waitpid macro
424 _GL_WARN_ON_USE (waitpid, "waitpid is unportable - "
  /external/valgrind/main/coregrind/
m_libcproc.c 283 Int VG_(waitpid)(Int pid, Int *status, Int options) function
363 VG_(waitpid) works (at least on AIX). According to the Linux
364 man page for waitpid:
369 become zombies and a call to wait() or waitpid() will block
384 zzz = VG_(waitpid)(pid, NULL, 0);
  /libcore/luni/src/main/java/libcore/io/
Os.java 135 public int waitpid(int pid, MutableInt status, int options) throws ErrnoException; method in interface:Os
Posix.java 191 public native int waitpid(int pid, MutableInt status, int options) throws ErrnoException; method in class:Posix
ForwardingOs.java 141 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 362 int waitpid; /* pid(s) this process is waiting for */ member in struct:tcb

Completed in 455 milliseconds