Searched refs:win_proc_handle (Results 1 – 2 of 2) sorted by relevance
156 s_->win_proc_handle = ScopedPlatformHandle(proc_info.hProcess); in Start()255 bool process_exited = !s_->win_proc_handle; in Wait()258 PERFETTO_CHECK(::GetExitCodeProcess(*s_->win_proc_handle, &exit_code)); in Wait()262 s_->win_proc_handle.reset(); in Wait()270 wait_handles[num_handles++] = *s_->win_proc_handle; in Wait()309 PERFETTO_DCHECK(!s_->win_proc_handle); in Wait()328 ::TerminateProcess(*s_->win_proc_handle, code); in KillAndWaitForTermination()
252 ScopedPlatformHandle win_proc_handle; member