Home | History | Annotate | Download | only in src

Lines Matching refs:child_handle_

628   AutoHandle child_handle_;
645 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() };
669 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(),
673 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE);
674 child_handle_.Reset();
766 child_handle_.Reset(process_info.hProcess);