Searched refs:child_handle_ (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 61 child_handle_(NULL), child_stdin_(NULL), child_stdout_(NULL) {} in Subprocess() 128 child_handle_ = process_info.hProcess; in Start() 150 GOOGLE_CHECK(child_handle_ != NULL) << "Must call Start() first."; in Communicate() 222 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate() 233 if (!GetExitCodeProcess(child_handle_, &exit_code)) { in Communicate() 238 CloseHandleOrDie(child_handle_); in Communicate() 239 child_handle_ = NULL; in Communicate()
|
D | subprocess.h | 85 HANDLE child_handle_; variable
|
/external/protobuf/gtest/src/ |
D | gtest-death-test.cc | 540 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/ |
D | gtest-death-test.cc | 587 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 604 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 628 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 632 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 633 child_handle_.Reset(); in Wait() 729 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|
/external/gtest/src/ |
D | gtest-death-test.cc | 588 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/chromium/testing/gtest/src/ |
D | gtest-death-test.cc | 588 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()
|