HomeSort by relevance Sort by last modified time
    Searched defs:waitpid (Results 1 - 21 of 21) 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 - "
  /toolchain/binutils/binutils-2.25/libiberty/
waitpid.c 3 @deftypefn Supplemental int waitpid (int @var{pid}, int *@var{status}, int)
27 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) function
msdos.c 12 waitpid() function
  /bionic/libc/bionic/
wait.cpp 38 pid_t waitpid(pid_t pid, int* status, int options) { function
  /external/openssh/openbsd-compat/
bsd-waitpid.c 30 #include "bsd-waitpid.h"
33 waitpid(int pid, int *stat_loc, 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/coregrind/
m_libcproc.c 349 Int VG_(waitpid)(Int pid, Int *status, Int options) function
568 VG_(waitpid) works (at least on AIX). According to the Linux
569 man page for waitpid:
574 become zombies and a call to wait() or waitpid() will block
589 zzz = VG_(waitpid)(pid, NULL, 0);
    [all...]
  /external/fio/os/windows/
posix.c 500 pid_t waitpid(pid_t pid, int *stat_loc, int options) function
  /libcore/luni/src/main/java/libcore/io/
Linux.java 271 public native int waitpid(int pid, MutableInt status, int options) throws ErrnoException; method in class:Linux
Os.java 178 public int waitpid(int pid, MutableInt status, int options) throws ErrnoException; method in interface:Os
ForwardingOs.java 191 public int waitpid(int pid, MutableInt status, int options) throws ErrnoException { return os.waitpid(pid, status, options); } method in class:ForwardingOs
  /libcore/luni/src/main/java/android/system/
Os.java 607 * See <a href="http://man7.org/linux/man-pages/man2/waitpid.2.html">waitpid(2)</a>.
609 public static int waitpid(int pid, MutableInt status, int options) throws ErrnoException { return Libcore.os.waitpid(pid, status, options); } method in class:Os
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 3276 LSS_INLINE pid_t LSS_NAME(waitpid)(pid_t pid, int *status, int options){ function
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 470 milliseconds