Searched defs:waitpid (Results 1 - 8 of 8) sorted by relevance
/external/bison/lib/ |
H A D | waitpid.c | 27 waitpid (pid_t pid, int *statusp, int options) function
|
H A D | 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/ |
H A D | bsd-waitpid.c | 30 #include "bsd-waitpid.h" 33 waitpid(int pid, int *stat_loc, int options) function
|
/external/bison/darwin-lib/sys/ |
H A D | 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/ |
H A D | 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/ |
H A D | m_libcproc.c | 281 Int VG_(waitpid)(Int pid, Int *status, Int options) function 360 VG_(waitpid) works (at least on AIX). According to the Linux 361 man page for waitpid: 366 become zombies and a call to wait() or waitpid() will block 381 zzz = VG_(waitpid)(pid, NULL, 0);
|
/external/fio/os/windows/ |
H A D | posix.c | 500 pid_t waitpid(pid_t pid, int *stat_loc, int options) function
|
/external/google-breakpad/src/third_party/lss/ |
H A D | linux_syscall_support.h | 3276 LSS_INLINE pid_t LSS_NAME(waitpid)(pid_t pid, int *status, int options){ function 3733 LSS_INLINE _syscall3(pid_t, waitpid, pid_t, p,
|
Completed in 530 milliseconds