Home
last modified time | relevance | path

Searched refs:WCONTINUED (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dwait.h83 #define WCONTINUED 4 /* Report a job control continued process. */ macro
/f-stack/freebsd/kern/
H A Dkern_exit.c1232 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()