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

  /src/sys/sys/
wait.h 84 * WSTOPPED/WUNTRACED
104 #define WSTOPPED 0x00000002 /* include stopped/untraced children */
105 #define WUNTRACED WSTOPPED /* the original name for WSTOPPED */
148 * If w_stopval==WSTOPPED, then the second structure describes
  /src/tests/lib/libc/sys/
t_wait_noproc.c 139 * WSTOPPED, WTRAPPED or WCONTINUED. Single option WNOWAIT
147 WSTOPPED, /* SUS compatibility, equal to WUNTRACED */
190 WSTOPPED, /* SUS compatibility, equal to WUNTRACED */
t_wait.c 195 ATF_REQUIRE(wait6(P_PID, pid, &st, WSTOPPED, &wru, &si) == pid);
265 ATF_REQUIRE(wait6(P_PID, pid, &st, WSTOPPED, &wru, &si) == pid);
  /src/sys/kern/
kern_exit.c 1099 if ((options & (WTRAPPED|WSTOPPED)) != 0 &&
1103 options & (WUNTRACED|WSTOPPED))) {

Completed in 15 milliseconds