Searched refs:WCONTINUED (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_wait_noproc.c | 149 WCONTINUED in get_options6() 194 WCONTINUED in get_options4()
|
H A D | t_wait.c | 224 ATF_REQUIRE(wait6(P_PID, pid, &st, WCONTINUED, &wru, &si) == pid); in ATF_TC_BODY() 295 ATF_REQUIRE(wait6(P_PID, pid, &st, WCONTINUED, &wru, &si) == pid); in ATF_TC_BODY()
|
/freebsd/sys/sys/ |
H A D | wait.h | 80 #define WCONTINUED 4 /* Report a job control continued process. */ macro
|
/freebsd/tools/test/stress2/misc/ |
H A D | sigfastblock2.sh | 118 int pid_res = waitpid(child, &status, WUNTRACED | WCONTINUED);
|
/freebsd/sys/kern/ |
H A D | kern_exit.c | 1296 if ((options & ~(WUNTRACED | WNOHANG | WCONTINUED | WNOWAIT | in kern_wait6() 1299 if ((options & (WEXITED | WUNTRACED | WCONTINUED | WTRAPPED)) == 0) { in kern_wait6() 1376 if ((options & WCONTINUED) != 0 && in kern_wait6()
|
/freebsd/libexec/flua/modules/ |
H A D | lposix.c | 571 lua_pushflag(L, WCONTINUED);
|
/freebsd/tests/sys/kern/ |
H A D | sigwait.c | 467 ATF_REQUIRE(waitid(P_PID, pid, &si, WCONTINUED) == 0); in test_wait_dequeue_sigchld()
|
/freebsd/bin/sh/ |
H A D | jobs.c | 1169 wflags = WUNTRACED | WCONTINUED; in dowait()
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 2447 *bsdopts |= WCONTINUED; in linux_to_bsd_waitopts()
|