Home
last modified time | relevance | path

Searched refs:child_handle_ (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc64 child_handle_(NULL), child_stdin_(NULL), child_stdout_(NULL) {} in Subprocess()
131 child_handle_ = process_info.hProcess; in Start()
153 GOOGLE_CHECK(child_handle_ != NULL) << "Must call Start() first."; in Communicate()
225 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate()
236 if (!GetExitCodeProcess(child_handle_, &exit_code)) { in Communicate()
241 CloseHandleOrDie(child_handle_); in Communicate()
242 child_handle_ = NULL; in Communicate()
Dsubprocess.h86 HANDLE child_handle_; variable
/external/protobuf/gtest/src/
Dgtest-death-test.cc540 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest
557 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait()
581 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait()
584 GTEST_DEATH_TEST_CHECK_(::GetExitCodeProcess(child_handle_.Get(), &status) in Wait()
586 child_handle_.Reset(); in Wait()
682 child_handle_.Reset(process_info.hProcess); in AssumeRole()
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc590 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest
607 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait()
631 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait()
635 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait()
636 child_handle_.Reset(); in Wait()
732 child_handle_.Reset(process_info.hProcess); in AssumeRole()
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc588 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest
605 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait()
629 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait()
633 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait()
634 child_handle_.Reset(); in Wait()
730 child_handle_.Reset(process_info.hProcess); in AssumeRole()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-death-test.cc626 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest
643 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait()
667 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait()
671 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait()
672 child_handle_.Reset(); in Wait()
768 child_handle_.Reset(process_info.hProcess); in AssumeRole()
/external/gtest/src/
Dgtest-death-test.cc628 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest
645 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait()
669 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait()
673 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait()
674 child_handle_.Reset(); in Wait()
766 child_handle_.Reset(process_info.hProcess); in AssumeRole()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc6579 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest
6596 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait()
6620 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait()
6623 GTEST_DEATH_TEST_CHECK_(::GetExitCodeProcess(child_handle_.Get(), &status) in Wait()
6625 child_handle_.Reset(); in Wait()
6721 child_handle_.Reset(process_info.hProcess); in AssumeRole()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc7122 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest
7139 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait()
7163 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait()
7167 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait()
7168 child_handle_.Reset(); in Wait()
7260 child_handle_.Reset(process_info.hProcess); in AssumeRole()