Searched refs:WEXITED (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/tests/lib/libc/sys/ |
| 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()
|
| 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()
|
| 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)
|
| D | t_ptrace_topology_wait.h | 75 wpid = TWAIT_GENERIC(child1, &status, WEXITED), child1); in ATF_TC_BODY()
|
| /netbsd/src/sys/sys/ |
| D | wait.h | 107 #define WEXITED 0x00000020 /* Wait for exited processes. */ macro 130 #define WSELECTOPTS (WEXITED|WUNTRACED|WCONTINUED|WTRAPPED)
|
| /netbsd/src/tests/kernel/ |
| D | t_zombie.c | 161 pid = waitpid(child2, &status, WEXITED); in signal_raw() 187 pid = waitpid(child1, &status, WEXITED); in signal_raw()
|
| D | t_proccwd.c | 142 wpid = waitpid(child, &status, WEXITED); in ATF_TC_BODY()
|
| /netbsd/src/sys/kern/ |
| D | kern_exit.c | 726 options |= WEXITED | WTRAPPED; in do_sys_wait() 887 if ((options & WEXITED) == 0 && p->p_stat == SZOMB) { in match_process()
|
| /netbsd/src/sys/compat/linux/common/ |
| D | linux_misc.c | 347 options |= WEXITED; in linux_to_native_wait_options()
|