Home
last modified time | relevance | path

Searched refs:WEXITED (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/tests/lib/libc/sys/
Dt_wait_noproc.c83 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()
Dt_wait.c86 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()
Dt_ptrace_wait.h80 waitid(P_PID,(a),NULL,(c)|WEXITED|WTRAPPED)
103 wait6(P_PID,(a),(b),(c)|WEXITED|WTRAPPED,NULL,NULL)
Dt_ptrace_topology_wait.h75 wpid = TWAIT_GENERIC(child1, &status, WEXITED), child1); in ATF_TC_BODY()
/netbsd/src/sys/sys/
Dwait.h107 #define WEXITED 0x00000020 /* Wait for exited processes. */ macro
130 #define WSELECTOPTS (WEXITED|WUNTRACED|WCONTINUED|WTRAPPED)
/netbsd/src/tests/kernel/
Dt_zombie.c161 pid = waitpid(child2, &status, WEXITED); in signal_raw()
187 pid = waitpid(child1, &status, WEXITED); in signal_raw()
Dt_proccwd.c142 wpid = waitpid(child, &status, WEXITED); in ATF_TC_BODY()
/netbsd/src/sys/kern/
Dkern_exit.c726 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/
Dlinux_misc.c347 options |= WEXITED; in linux_to_native_wait_options()