HomeSort by relevance Sort by last modified time
    Searched refs:child_pid_ (Results 1 - 5 of 5) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
subprocess.h 93 pid_t child_pid_; member in class:google::protobuf::compiler::Subprocess
subprocess.cc 276 : child_pid_(-1), child_stdin_(-1), child_stdout_(-1) {}
300 child_pid_ = fork();
301 if (child_pid_ == -1) {
303 } else if (child_pid_ == 0) {
420 while (waitpid(child_pid_, &status, 0) == -1) {
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 252 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
264 pid_t child_pid_; member in class:testing::internal::ForkingDeathTest
280 child_pid_(-1),
356 GTEST_DEATH_TEST_CHECK_SYSCALL(waitpid(child_pid_, &status_, 0));
  /external/gtest/src/
gtest-death-test.cc 648 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
654 pid_t child_pid_; member in class:testing::internal::ForkingDeathTest
663 child_pid_(-1),
777 GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status, 0));
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 700 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
704 pid_t child_pid_; member in class:testing::internal::ForkingDeathTest
710 child_pid_(-1) {}
722 GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status, 0));
    [all...]

Completed in 25 milliseconds