Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc66 child_handle_(NULL), child_stdin_(NULL), child_stdout_(NULL) {} in Subprocess()
133 child_handle_ = process_info.hProcess; in Start()
155 GOOGLE_CHECK(child_handle_ != NULL) << "Must call Start() first."; in Communicate()
227 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate()
238 if (!GetExitCodeProcess(child_handle_, &exit_code)) { in Communicate()
243 CloseHandleOrDie(child_handle_); in Communicate()
244 child_handle_ = NULL; in Communicate()
Dsubprocess.h86 HANDLE child_handle_; variable
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc639 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest
656 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait()
680 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait()
684 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait()
685 child_handle_.Reset(); in Wait()
777 child_handle_.Reset(process_info.hProcess); in AssumeRole()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-death-test.cc639 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest
656 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait()
680 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait()
684 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait()
685 child_handle_.Reset(); in Wait()
777 child_handle_.Reset(process_info.hProcess); in AssumeRole()
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc639 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest
656 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait()
680 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait()
684 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait()
685 child_handle_.Reset(); in Wait()
777 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/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-death-test.cc660 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest
677 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait()
701 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait()
705 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait()
706 child_handle_.Reset(); in Wait()
798 child_handle_.Reset(process_info.hProcess); in AssumeRole()
/external/googletest/googletest/src/
Dgtest-death-test.cc668 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest
685 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait()
709 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait()
713 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait()
714 child_handle_.Reset(); in Wait()
804 child_handle_.Reset(process_info.hProcess); in AssumeRole()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc7473 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest
7490 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; in Wait()
7514 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), in Wait()
7518 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait()
7519 child_handle_.Reset(); in Wait()
7611 child_handle_.Reset(process_info.hProcess); in AssumeRole()