Home
last modified time | relevance | path

Searched refs:win_proc_handle (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/base/
Dsubprocess_windows.cc156 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()
/external/perfetto/include/perfetto/ext/base/
Dsubprocess.h252 ScopedPlatformHandle win_proc_handle; member