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

  /src/external/bsd/openldap/dist/include/ac/
wait.h 52 #ifdef WCONTINUED
53 # define WAIT_FLAGS ( WNOHANG | WUNTRACED | WCONTINUED )
  /src/sys/sys/
wait.h 90 * WCONTINUED
106 #define WCONTINUED 0x00000010 /* include continued processes */
130 #define WSELECTOPTS (WEXITED|WUNTRACED|WCONTINUED|WTRAPPED)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
wait.d 314 WCONTINUED
329 enum WCONTINUED = 8;
343 enum WCONTINUED = 0x00000010;
356 enum WCONTINUED = 4;
384 //enum WCONTINUED = 4;
389 enum WCONTINUED = 8;
397 enum WCONTINUED = 4;
405 enum WCONTINUED = 8;
  /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/external/gpl3/gcc.old/dist/gcc/lto/
lto.cc 194 #ifndef WCONTINUED
195 #define WCONTINUED 0
197 int w = waitpid (0, &status, WUNTRACED | WCONTINUED);
  /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 30 milliseconds