Home
last modified time | relevance | path

Searched refs:WSTOPPED (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/sys/
Dwait.h104 #define WSTOPPED 0x00000002 /* include stopped/untraced children */ macro
105 #define WUNTRACED WSTOPPED /* the original name for WSTOPPED */
/netbsd/src/tests/lib/libc/sys/
Dt_wait_noproc.c147 WSTOPPED, /* SUS compatibility, equal to WUNTRACED */ in get_options6()
190 WSTOPPED, /* SUS compatibility, equal to WUNTRACED */ in get_options4()
Dt_wait.c195 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/
Dkern_exit.c1099 if ((options & (WTRAPPED|WSTOPPED)) != 0 && in find_stopped_child()
1103 options & (WUNTRACED|WSTOPPED))) { in find_stopped_child()