HomeSort by: relevance | last modified time | path
    Searched refs:WSTOPPED (Results 1 - 6 of 6) 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 */
149 * If w_stopval==WSTOPPED, then the second structure describes
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
wait.d 313 WSTOPPED
328 enum WSTOPPED = 2;
342 enum WSTOPPED = 0x00000008;
355 enum WSTOPPED = WUNTRACED;
383 enum WSTOPPED = WUNTRACED;
391 //enum WSTOPPED
396 enum WSTOPPED = WUNTRACED;
404 enum WSTOPPED = WUNTRACED;
  /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/external/bsd/libproc/dist/
proc_bkpt.c 62 } else if (waitpid(proc_getpid(phdl), &status, WSTOPPED) == -1) {
  /src/sys/kern/
kern_exit.c 1099 if ((options & (WTRAPPED|WSTOPPED)) != 0 &&
1103 options & (WUNTRACED|WSTOPPED))) {

Completed in 27 milliseconds