Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc693 AutoHandle child_handle_; member in testing::internal::WindowsDeathTest
709 const HANDLE wait_handles[2] = {child_handle_.Get(), event_handle_.Get()}; in Wait()
732 ::WaitForSingleObject(child_handle_.Get(), INFINITE)); in Wait()
735 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); in Wait()
736 child_handle_.Reset(); in Wait()
825 child_handle_.Reset(process_info.hProcess); in AssumeRole()