Home | History | Annotate | Download | only in src

Lines Matching refs:child_handle_

639   AutoHandle child_handle_;
656 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() };
680 WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(),
684 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE);
685 child_handle_.Reset();
777 child_handle_.Reset(process_info.hProcess);