Home | History | Annotate | Download | only in src

Lines Matching defs:child_handle_

590   AutoHandle child_handle_;
607 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() };
631 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(),
635 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE);
636 child_handle_.Reset();
732 child_handle_.Reset(process_info.hProcess);