Searched refs:WSTOPPED (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/sys/ |
| D | wait.h | 104 #define WSTOPPED 0x00000002 /* include stopped/untraced children */ macro 105 #define WUNTRACED WSTOPPED /* the original name for WSTOPPED */
|
| /netbsd/src/tests/lib/libc/sys/ |
| D | t_wait_noproc.c | 147 WSTOPPED, /* SUS compatibility, equal to WUNTRACED */ in get_options6() 190 WSTOPPED, /* SUS compatibility, equal to WUNTRACED */ in get_options4()
|
| D | t_wait.c | 195 ATF_REQUIRE(wait6(P_PID, pid, &st, WSTOPPED, &wru, &si) == pid); in ATF_TC_BODY() 265 ATF_REQUIRE(wait6(P_PID, pid, &st, WSTOPPED, &wru, &si) == pid); in ATF_TC_BODY()
|
| /netbsd/src/sys/kern/ |
| D | kern_exit.c | 1099 if ((options & (WTRAPPED|WSTOPPED)) != 0 && in find_stopped_child() 1103 options & (WUNTRACED|WSTOPPED))) { in find_stopped_child()
|