HomeSort by: relevance | last modified time | path
    Searched refs:WCONTINUED (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
wait.h 90 * WCONTINUED
106 #define WCONTINUED 0x00000010 /* include continued processes */
130 #define WSELECTOPTS (WEXITED|WUNTRACED|WCONTINUED|WTRAPPED)
  /src/tests/lib/libc/sys/
t_wait_noproc.c 139 * WSTOPPED, WTRAPPED or WCONTINUED. Single option WNOWAIT
149 WCONTINUED
192 WCONTINUED
t_wait.c 208 ATF_REQUIRE(wait6(P_PID, pid, &st, WCONTINUED, &wru, &si) == pid);
276 ATF_REQUIRE(wait6(P_PID, pid, &st, WCONTINUED, &wru, &si) == pid);
  /src/bin/sh/
jobs.c 87 #ifndef WCONTINUED
88 #define WCONTINUED 0 /* So we can compile on old systems */
1769 flags |= WUNTRACED | WCONTINUED;
  /src/sys/kern/
kern_exit.c 1084 if ((options & WCONTINUED) != 0 &&
  /src/sys/compat/linux/common/
linux_misc.c 349 options |= WCONTINUED;

Completed in 23 milliseconds