/netbsd-src/external/bsd/kyua-cli/dist/utils/process/ |
H A D | status.cpp | 52 process::status::status(const int dead_pid_, int stat_loc) : in status() argument 54 _exited(WIFEXITED(stat_loc) ? in status() 55 optional< int >(WEXITSTATUS(stat_loc)) : none), in status() 56 _signaled(WIFSIGNALED(stat_loc) ? in status() 58 std::make_pair(WTERMSIG(stat_loc), WCOREDUMP(stat_loc))) : in status()
|
H A D | status_test.cpp | 83 int stat_loc; in fork_and_wait() local 84 ATF_REQUIRE(::waitpid(pid, &stat_loc, 0) != -1); in fork_and_wait() 85 const status s = status(pid, stat_loc); in fork_and_wait()
|
H A D | child.cpp | 146 int stat_loc; in safe_wait() local 147 if (process::detail::syscall_waitpid(pid, &stat_loc, 0) == -1) { in safe_wait() 152 return process::status(pid, stat_loc); in safe_wait()
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | waitpid.c | 35 waitpid (pid_t pid, int *stat_loc, int options) in waitpid() argument 71 if (stat_loc) in waitpid() 72 *stat_loc = waited_status[i]; in waitpid()
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | waitpid.c | 32 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) in waitpid() argument 36 int wpid = wait(stat_loc); in waitpid()
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | waitpid.c | 32 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) in waitpid() argument 36 int wpid = wait(stat_loc); in waitpid()
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | waitpid.c | 32 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) in waitpid() argument 36 int wpid = wait(stat_loc); in waitpid()
|
/netbsd-src/external/gpl3/gdb/dist/libiberty/ |
H A D | waitpid.c | 32 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) in waitpid() argument 36 int wpid = wait(stat_loc); in waitpid()
|
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/ |
H A D | waitpid.c | 32 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) in waitpid() argument 36 int wpid = wait(stat_loc); in waitpid()
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | waitpid.c | 32 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) in waitpid() argument 36 int wpid = wait(stat_loc); in waitpid()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | collector_module.h | 114 pid_t (*waitpid)(pid_t pid, int *stat_loc, int options);
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | collector_module.h | 110 pid_t (*waitpid)(pid_t pid, int *stat_loc, int options);
|
/netbsd-src/usr.bin/xlint/llib/ |
H A D | llib-lposix | 308 pid_t (waitpid)(pid_t pid, int *stat_loc, int options);
|