Home
last modified time | relevance | path

Searched refs:child_pid_ (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance_test_runner.cc89 : 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
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dsubprocess.cc281 : 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) {
Dsubprocess.h94 pid_t child_pid_;