Searched refs:child_pid_ (Results 1 – 3 of 3) sorted by relevance
89 : child_pid_(-1), executable_(executable) {} in ForkPipeRunner()96 if (child_pid_ < 0) { in RunTest()108 GOOGLE_LOG(INFO) << "Trying to reap child, pid=" << child_pid_; in RunTest()111 waitpid(child_pid_, &status, WEXITED); in RunTest()122 child_pid_ = -1; in RunTest()173 child_pid_ = pid; in SpawnTestProgram()236 pid_t child_pid_; member in ForkPipeRunner
281 : child_pid_(-1), child_stdin_(-1), child_stdout_(-1) {}305 child_pid_ = fork();306 if (child_pid_ == -1) {308 } else if (child_pid_ == 0) {427 while (waitpid(child_pid_, &status, 0) == -1) {
94 pid_t child_pid_;