Home
last modified time | relevance | path

Searched refs:WCONTINUED (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
HDt_wait_noproc.c149 WCONTINUED in get_options6()
194 WCONTINUED in get_options4()
HDt_wait.c212 ATF_REQUIRE(wait6(P_PID, pid, &st, WCONTINUED, &wru, &si) == pid); in ATF_TC_BODY()
283 ATF_REQUIRE(wait6(P_PID, pid, &st, WCONTINUED, &wru, &si) == pid); in ATF_TC_BODY()
/freebsd-11-stable/sys/sys/
HDwait.h81 #define WCONTINUED 4 /* Report a job control continued process. */ macro
/freebsd-11-stable/sys/kern/
HDkern_exit.c1207 if ((options & ~(WUNTRACED | WNOHANG | WCONTINUED | WNOWAIT | in kern_wait6()
1210 if ((options & (WEXITED | WUNTRACED | WCONTINUED | WTRAPPED)) == 0) { in kern_wait6()
1273 if ((options & WCONTINUED) != 0 && in kern_wait6()
/freebsd-11-stable/sys/compat/linux/
HDlinux_misc.c1060 if (options & ~(WNOHANG | WNOWAIT | WEXITED | WUNTRACED | WCONTINUED)) in linux_waitid()
1062 if (!(options & (WEXITED | WUNTRACED | WCONTINUED))) in linux_waitid()
2551 *bsdopts |= WCONTINUED; in linux_to_bsd_waitopts()
/freebsd-11-stable/usr.bin/bc/
HDbc.y1103 pid = waitpid(dc, &status, WCONTINUED | WNOHANG); in sigchld()
/freebsd-11-stable/bin/sh/
HDjobs.c1167 wflags = WUNTRACED | WCONTINUED; in dowait()
/freebsd-11-stable/sys/compat/svr4/
HDsvr4_misc.c1224 options |= WCONTINUED;
/freebsd-11-stable/contrib/libreadline/
HDaclocal.m41912 AC_MSG_CHECKING(whether WCONTINUED flag to waitpid is unavailable or available but broken)
1927 x = waitpid(-1, (int *)0, WNOHANG|WCONTINUED);
1934 [AC_MSG_WARN(cannot check WCONTINUED if cross compiling -- defaulting to no)