Searched refs:child_pid_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.h94 pid_t child_pid_; member in class:google::protobuf::compiler::Subprocess
H A Dsubprocess.cc279 : child_pid_(-1), child_stdin_(-1), child_stdout_(-1) {}
303 child_pid_ = fork();
304 if (child_pid_ == -1) {
306 } else if (child_pid_ == 0) {
425 while (waitpid(child_pid_, &status, 0) == -1) {
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.h93 pid_t child_pid_; member in class:google::protobuf::compiler::Subprocess
H A Dsubprocess.cc276 : 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/protobuf/gtest/src/
H A Dgtest-death-test.cc700 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));
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc784 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
788 pid_t child_pid_; member in class:testing::internal::ForkingDeathTest
794 child_pid_(-1) {}
806 GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status_value, 0));
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc748 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
752 pid_t child_pid_; member in class:testing::internal::ForkingDeathTest
758 child_pid_(-1) {}
770 GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status_value, 0));
/external/gtest/src/
H A Dgtest-death-test.cc784 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
788 pid_t child_pid_; member in class:testing::internal::ForkingDeathTest
794 child_pid_(-1) {}
806 GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status_value, 0));
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc750 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
754 pid_t child_pid_; member in class:testing::internal::ForkingDeathTest
760 child_pid_(-1) {}
772 GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status_value, 0));
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc748 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
752 pid_t child_pid_; member in class:testing::internal::ForkingDeathTest
758 child_pid_(-1) {}
770 GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status_value, 0));
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7278 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
7282 pid_t child_pid_;
7288 child_pid_(-1) {}
7300 GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status_value, 0));
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7278 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
7282 pid_t child_pid_;
7288 child_pid_(-1) {}
7300 GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status_value, 0));

Completed in 391 milliseconds