Home | History | Annotate | Download | only in src

Lines Matching refs:child_handle_

540   AutoHandle child_handle_;
557 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() };
581 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(),
584 GTEST_DEATH_TEST_CHECK_(::GetExitCodeProcess(child_handle_.Get(), &status)
586 child_handle_.Reset();
682 child_handle_.Reset(process_info.hProcess);