Searched refs:WCONTINUED (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/ |
| HD | t_wait_noproc.c | 149 WCONTINUED in get_options6() 194 WCONTINUED in get_options4()
|
| HD | t_wait.c | 212 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/ |
| HD | wait.h | 81 #define WCONTINUED 4 /* Report a job control continued process. */ macro
|
| /freebsd-11-stable/sys/kern/ |
| HD | kern_exit.c | 1207 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/ |
| HD | linux_misc.c | 1060 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/ |
| HD | bc.y | 1103 pid = waitpid(dc, &status, WCONTINUED | WNOHANG); in sigchld()
|
| /freebsd-11-stable/bin/sh/ |
| HD | jobs.c | 1167 wflags = WUNTRACED | WCONTINUED; in dowait()
|
| /freebsd-11-stable/sys/compat/svr4/ |
| HD | svr4_misc.c | 1224 options |= WCONTINUED;
|
| /freebsd-11-stable/contrib/libreadline/ |
| HD | aclocal.m4 | 1912 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)
|