Searched refs:child_handle_ (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 76 child_handle_(NULL), in Subprocess() 146 child_handle_ = process_info.hProcess; in Start() 168 GOOGLE_CHECK(child_handle_ != NULL) << "Must call Start() first."; in Communicate() 238 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate() 249 if (!GetExitCodeProcess(child_handle_, &exit_code)) { in Communicate() 254 CloseHandleOrDie(child_handle_); in Communicate() 255 child_handle_ = NULL; in Communicate()
|
D | subprocess.h | 89 HANDLE child_handle_; variable
|
/third_party/node/deps/googletest/src/ |
D | gtest-death-test.cc | 691 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 707 const HANDLE wait_handles[2] = {child_handle_.Get(), event_handle_.Get()}; in Wait() 730 ::WaitForSingleObject(child_handle_.Get(), INFINITE)); in Wait() 733 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 734 child_handle_.Reset(); in Wait() 823 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|
/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 673 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 689 const HANDLE wait_handles[2] = {child_handle_.Get(), event_handle_.Get()}; in Wait() 712 ::WaitForSingleObject(child_handle_.Get(), INFINITE)); in Wait() 715 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 716 child_handle_.Reset(); in Wait() 805 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 669 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest 686 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait() 710 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait() 714 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait() 715 child_handle_.Reset(); in Wait() 805 child_handle_.Reset(process_info.hProcess); in AssumeRole()
|