Searched refs:win_proc_handle (Results 1 – 2 of 2) sorted by relevance
147 s_->win_proc_handle = ScopedPlatformHandle(proc_info.hProcess); in Start()243 bool process_exited = !s_->win_proc_handle; in Wait()246 PERFETTO_CHECK(::GetExitCodeProcess(*s_->win_proc_handle, &exit_code)); in Wait()250 s_->win_proc_handle.reset(); in Wait()258 wait_handles[num_handles++] = *s_->win_proc_handle; in Wait()297 PERFETTO_DCHECK(!s_->win_proc_handle); in Wait()316 ::TerminateProcess(*s_->win_proc_handle, code); in KillAndWaitForTermination()
237 ScopedPlatformHandle win_proc_handle; member