Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libc/sys/
H A 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()
H A 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()
H A Dt_ptrace_wait.h80 waitid(P_PID,(a),NULL,(c)|WEXITED|WTRAPPED)
103 wait6(P_PID,(a),(b),(c)|WEXITED|WTRAPPED,NULL,NULL)
H A Dt_ptrace_topology_wait.h76 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 Dwait.d327 enum WEXITED = 4; in version() local
341 enum WEXITED = 0x00000004;
358 enum WEXITED = 16;
402 enum WEXITED = 1;
/netbsd-src/sys/sys/
H A Dwait.h107 #define WEXITED 0x00000020 /* Wait for exited processes. */ macro
130 #define WSELECTOPTS (WEXITED|WUNTRACED|WCONTINUED|WTRAPPED)
/netbsd-src/tests/kernel/
H A Dt_zombie.c161 pid = waitpid(child2, &status, WEXITED); in signal_raw()
187 pid = waitpid(child1, &status, WEXITED); in signal_raw()
H A Dt_proccwd.c142 wpid = waitpid(child, &status, WEXITED); in ATF_TC_BODY()
/netbsd-src/sys/kern/
H A Dkern_exit.c724 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 Dprocess.c1071 waitid(P_PID, pid, &infop, WNOHANG | WNOWAIT | WEXITED) == 0) in uv_kill()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DProgram.inc367 waitid(P_PID, pid, &WaitIdInfo, WNOWAIT | WEXITED | options);
/netbsd-src/sys/compat/linux/common/
H A Dlinux_misc.c347 options |= WEXITED; in linux_to_native_wait_options()