Lines Matching refs:wstatus
139 int wstatus;171 waitpid(pid, &wstatus, 0);172 if (WIFEXITED(wstatus)) {173 g_vsyscall = WEXITSTATUS(wstatus);175 fprintf(stderr, "error: vsyscall wstatus %08x\n", wstatus);399 int wstatus;400 waitpid(pid, &wstatus, 0);401 assert(WIFSTOPPED(wstatus));402 assert(WSTOPSIG(wstatus) == SIGSEGV);