Searched refs:WCONTINUED (Results 1 – 2 of 2) sorted by relevance
83 #define WCONTINUED 4 /* Report a job control continued process. */ macro
1232 if ((options & ~(WUNTRACED | WNOHANG | WCONTINUED | WNOWAIT | in kern_wait6()1235 if ((options & (WEXITED | WUNTRACED | WCONTINUED | WTRAPPED)) == 0) { in kern_wait6()1300 if ((options & WCONTINUED) != 0 && in kern_wait6()