Searched refs:WCONTINUED (Results 1 – 9 of 9) sorted by relevance
61 #define WCONTINUED 0010 /* wait for processes continued */ macro63 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
77 options |= (WNOHANG|WUNTRACED|WEXITED|WSTOPPED|WTRAPPED|WCONTINUED); in csh_wait3()142 WEXITED | WTRAPPED | WSTOPPED | WCONTINUED | WNOWAIT) != 0) in csh_wait_noreap()
113 #define WCONTINUED 0010 /* wait for processes continued */ macro120 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
119 ~(WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)) in woptions()129 if (arg & WCONTINUED) in woptions()
138 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED)) { in wait4()
38 #if !defined(WCONTINUED) || !defined(WIFCONTINUED)39 # undef WCONTINUED40 # define WCONTINUED 0 macro253 static int wcontinued = WCONTINUED; in job_reap()288 if (pid<0 && errno==EINVAL && (flags&WCONTINUED)) in job_reap()289 pid = waitpid((pid_t)-1,&wstat,flags&=~WCONTINUED); in job_reap()
108 #define WAIT_FLAGS ( WNOHANG | WUNTRACED | WCONTINUED )
317 wflags = WUNTRACED|WCONTINUED; in collectjobs()
1066 if (!(options & WCONTINUED)) in waitid()