WCONTINUED
wflags = WUNTRACED | WCONTINUED;
#ifndef WCONTINUED
if (0 >= (pid = waitpid (-1, &status, WNOHANG | WUNTRACED | WCONTINUED)))
if (!WCONTINUED
lua_pushflag(L, WCONTINUED);
*bsdopts |= WCONTINUED;
if ((options & ~(WUNTRACED | WNOHANG | WCONTINUED | WNOWAIT |
if ((options & (WEXITED | WUNTRACED | WCONTINUED | WTRAPPED)) == 0) {
if ((options & WCONTINUED) != 0 && (p->p_flag & P_CONTINUED) != 0) {
REQUIRE_EQ(waitpid(debuggee, &status, WCONTINUED), debuggee);
ATF_REQUIRE(waitid(P_PID, pid, &si, WCONTINUED) == 0);