Searched defs:WCONTINUED (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h61 #define WCONTINUED 0010 /* wait for processes continued */ macro
63 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h113 #define WCONTINUED 0010 /* wait for processes continued */ macro
120 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c38 #if !defined(WCONTINUED) || !defined(WIFCONTINUED)
39 # undef WCONTINUED macro
40 # define WCONTINUED 0 macro
253 static int wcontinued = WCONTINUED;
288 if (pid<0 && errno==EINVAL && (flags&WCONTINUED))
289 pid = waitpid((pid_t)-1,&wstat,flags&=~WCONTINUED);

Completed in 122 milliseconds