Lines Matching refs:child_handle_
422 AutoHandle child_handle_;
442 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() };
503 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(),
506 GTEST_DEATH_TEST_CHECK_(::GetExitCodeProcess(child_handle_.Get(),
508 child_handle_.Reset();
629 child_handle_.Reset(process_info.hProcess);