Searched defs:waitpid (Results 1 - 8 of 8) sorted by relevance

/external/bison/lib/
H A Dwaitpid.c27 waitpid (pid_t pid, int *statusp, int options) function
H A Dsys_wait.in.h46 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/bison/darwin-lib/sys/
H A Dwait.h348 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 Dwait.h348 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/
H A Dm_libcproc.c284 Int VG_(waitpid)(Int pid, Int *status, Int options) function
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);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h115 * sys_wait4 -- waitpid
1970 LSS_INLINE pid_t LSS_NAME(waitpid)(pid_t pid, int *status, int options){ function
2207 LSS_INLINE _syscall3(pid_t, waitpid, pid_t, p,
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h115 * sys_wait4 -- waitpid
1875 LSS_INLINE pid_t LSS_NAME(waitpid)(pid_t pid, int *status, int options){ function
2111 LSS_INLINE _syscall3(pid_t, waitpid, pid_t, p,
/external/fio/os/windows/
H A Dposix.c500 pid_t waitpid(pid_t pid, int *stat_loc, int options) function

Completed in 268 milliseconds