Searched refs:WEXITED (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_wait_noproc.c | 83 WTRAPPED | WEXITED | TWAIT_OPTION) == -1); in ATF_TC_BODY() 124 WTRAPPED | WEXITED | TWAIT_OPTION, NULL, NULL) == -1); in ATF_TC_BODY() 145 WEXITED, in get_options6() 188 WEXITED, in get_options4()
|
| H A D | t_wait.c | 86 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid); in ATF_TC_BODY() 121 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid); in ATF_TC_BODY() 157 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid); in ATF_TC_BODY() 221 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid); in ATF_TC_BODY() 287 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid); in ATF_TC_BODY()
|
| H A D | t_ptrace_wait.h | 80 waitid(P_PID,(a),NULL,(c)|WEXITED|WTRAPPED) 103 wait6(P_PID,(a),(b),(c)|WEXITED|WTRAPPED,NULL,NULL)
|
| H A D | t_ptrace_topology_wait.h | 76 wpid = TWAIT_GENERIC(child1, &status, WEXITED), child1); in ATF_TC_BODY()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| H A D | wait.d | 327 enum WEXITED = 4; in version() local 341 enum WEXITED = 0x00000004; 358 enum WEXITED = 16; 402 enum WEXITED = 1;
|
| /netbsd-src/sys/sys/ |
| H A D | wait.h | 107 #define WEXITED 0x00000020 /* Wait for exited processes. */ macro 130 #define WSELECTOPTS (WEXITED|WUNTRACED|WCONTINUED|WTRAPPED)
|
| /netbsd-src/tests/kernel/ |
| H A D | t_zombie.c | 161 pid = waitpid(child2, &status, WEXITED); in signal_raw() 187 pid = waitpid(child1, &status, WEXITED); in signal_raw()
|
| H A D | t_proccwd.c | 142 wpid = waitpid(child, &status, WEXITED); in ATF_TC_BODY()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_exit.c | 724 options |= WEXITED | WTRAPPED; in do_sys_wait() 885 if ((options & WEXITED) == 0 && p->p_stat == SZOMB) { in match_process()
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | process.c | 1071 waitid(P_PID, pid, &infop, WNOHANG | WNOWAIT | WEXITED) == 0) in uv_kill()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| H A D | Program.inc | 367 waitid(P_PID, pid, &WaitIdInfo, WNOWAIT | WEXITED | options);
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_misc.c | 347 options |= WEXITED; in linux_to_native_wait_options()
|