Home | History | Annotate | Download | only in kernel

Lines Matching defs:wait_result

190 	pid_t wait_result;
281 wait_result = wait(&c_status);
282 ATF_REQUIRE_EQ_MSG(wait_result, child_pid, "wait returned %d (%s)",
283 wait_result, wait_result == -1 ? strerror(errno) : "");
411 pid_t wait_result;
500 wait_result = wait(&c_status);
501 ATF_REQUIRE_MSG(wait_result != -1, "wait failed: %s",
615 pid_t wait_result;
684 wait_result = wait(&c_status);
685 ATF_REQUIRE_EQ_MSG(wait_result, child_pid, "wait returned %d (%s)",
686 wait_result, wait_result == -1 ? strerror(errno) : "");