HomeSort by: relevance | last modified time | path
    Searched refs:WEXITED (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/sys/
wait.h 94 * WEXITED
107 #define WEXITED 0x00000020 /* Wait for exited processes. */
130 #define WSELECTOPTS (WEXITED|WUNTRACED|WCONTINUED|WTRAPPED)
  /src/tests/lib/libc/sys/
t_wait_noproc.c 83 WTRAPPED | WEXITED | TWAIT_OPTION) == -1);
124 WTRAPPED | WEXITED | TWAIT_OPTION, NULL, NULL) == -1);
138 * waitid(2) must specify at least one of WEXITED, WUNTRACED,
145 WEXITED,
188 WEXITED,
t_wait.c 86 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid);
121 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid);
157 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid);
221 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid);
287 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid);
t_ptrace_wait.h 52 * WEXITED|WTRUNCATED.
80 waitid(P_PID,(a),NULL,(c)|WEXITED|WTRAPPED)
103 wait6(P_PID,(a),(b),(c)|WEXITED|WTRAPPED,NULL,NULL)
t_ptrace_topology_wait.h 75 wpid = TWAIT_GENERIC(child1, &status, WEXITED), child1);
  /src/tests/kernel/
t_zombie.c 161 pid = waitpid(child2, &status, WEXITED);
187 pid = waitpid(child1, &status, WEXITED);
t_proccwd.c 142 wpid = waitpid(child, &status, WEXITED);
  /src/sys/kern/
kern_exit.c 726 options |= WEXITED | WTRAPPED;
795 * We expect all callers of wait6() to know about WEXITED and
887 if ((options & WEXITED) == 0 && p->p_stat == SZOMB) {
  /src/sys/compat/linux/common/
linux_misc.c 347 options |= WEXITED;

Completed in 32 milliseconds