Home
last modified time | relevance | path

Searched refs:StartMonitoring (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/source/Host/common/
DHostProcess.cpp36 HostProcess::StartMonitoring(const Host::MonitorChildProcessCallback &callback, in StartMonitoring() function in HostProcess
38 return m_native_process->StartMonitoring(callback, monitor_signals); in StartMonitoring()
DMonitoringProcessLauncher.cpp57 process.StartMonitoring(launch_info.GetMonitorProcessCallback(), in LaunchProcess()
/external/llvm-project/lldb/include/lldb/Host/
DHostProcess.h46 StartMonitoring(const Host::MonitorChildProcessCallback &callback,
DHostNativeProcessBase.h41 StartMonitoring(const Host::MonitorChildProcessCallback &callback,
/external/llvm-project/lldb/include/lldb/Host/windows/
DHostProcessWindows.h34 StartMonitoring(const Host::MonitorChildProcessCallback &callback,
/external/llvm-project/lldb/include/lldb/Host/posix/
DHostProcessPosix.h36 StartMonitoring(const Host::MonitorChildProcessCallback &callback,
/external/llvm-project/lldb/source/Host/posix/
DHostProcessPosix.cpp90 llvm::Expected<HostThread> HostProcessPosix::StartMonitoring( in StartMonitoring() function in HostProcessPosix
/external/llvm-project/lldb/source/Host/windows/
DHostProcessWindows.cpp84 llvm::Expected<HostThread> HostProcessWindows::StartMonitoring( in StartMonitoring() function in HostProcessWindows
/external/libchrome/dbus/
Dbus.cc121 void StartMonitoring(Bus* bus) { in StartMonitoring() function in dbus::__anon549b8af70111::Timeout
1021 timeout->StartMonitoring(this); in OnAddTimeout()
1040 timeout->StartMonitoring(this); in OnToggleTimeout()
/external/libbrillo/brillo/glib/
Ddbus.cc288 void SignalWatcher::StartMonitoring(const std::string& interface, in StartMonitoring() function in brillo::dbus::SignalWatcher
Ddbus.h448 void StartMonitoring(const std::string& interface, const std::string& signal);