/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 - "
|
/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
|
/development/ndk/sources/android/libportable/arch-mips/ |
waitpid.c | 60 pid_t WRAP(waitpid)(pid_t pid, int *status, int options) function 67 rv = REAL(waitpid)(pid, status, options);
|
/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 | 192 public native int waitpid(int pid, MutableInt status, int options) throws ErrnoException; method in class:Posix
|
ForwardingOs.java | 142 public int waitpid(int pid, MutableInt status, int options) throws ErrnoException { return os.waitpid(pid, status, options); } method in class:ForwardingOs
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
linux_syscall_support.h | 115 * sys_wait4 -- waitpid 1972 LSS_INLINE pid_t LSS_NAME(waitpid)(pid_t pid, int *status, int options){ function [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
linux_syscall_support.h | 115 * sys_wait4 -- waitpid 1875 LSS_INLINE pid_t LSS_NAME(waitpid)(pid_t pid, int *status, int options){ function [all...] |
/external/strace/ |
defs.h | 362 int waitpid; /* pid(s) this process is waiting for */ member in struct:tcb
|