Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/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()