Home | History | Annotate | Download | only in googletest

Lines Matching refs:child_handle_

588   AutoHandle child_handle_;
605 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() };
629 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(),
633 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE);
634 child_handle_.Reset();
730 child_handle_.Reset(process_info.hProcess);