Searched refs:StartMonitoring (Results 1 – 6 of 6) sorted by relevance
36 HostProcess::StartMonitoring(const Host::MonitorChildProcessCallback &callback, in StartMonitoring() function in HostProcess38 return m_native_process->StartMonitoring(callback, monitor_signals); in StartMonitoring()
57 process.StartMonitoring(launch_info.GetMonitorProcessCallback(), in LaunchProcess()
46 StartMonitoring(const Host::MonitorChildProcessCallback &callback,
41 StartMonitoring(const Host::MonitorChildProcessCallback &callback,
36 StartMonitoring(const Host::MonitorChildProcessCallback &callback,
90 llvm::Expected<HostThread> HostProcessPosix::StartMonitoring( in StartMonitoring() function in HostProcessPosix