Searched refs:HostThread (Results 1 - 20 of 20) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHostThread.cpp1 //===-- HostThread.cpp ------------------------------------------*- C++ -*-===//
11 #include "lldb/Host/HostThread.h"
16 HostThread::HostThread() function in class:HostThread
21 HostThread::HostThread(lldb::thread_t thread) function in class:HostThread
27 HostThread::Join(lldb::thread_result_t *result)
33 HostThread::Cancel()
39 HostThread::Reset()
45 HostThread
[all...]
H A DThreadLauncher.cpp13 #include "lldb/Host/HostThread.h"
24 HostThread
83 return HostThread(thread);
H A DHostProcess.cpp12 #include "lldb/Host/HostThread.h"
51 HostThread
H A DHost.cpp101 HostThread
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHostThread.h1 //===-- HostThread.h --------------------------------------------*- C++ -*-===//
25 /// @class HostInfo HostInfo.h "lldb/Host/HostThread.h"
29 /// HostThread allows querying and manipulation of threads running on the host
33 class HostThread class in namespace:lldb_private
36 HostThread();
37 HostThread(lldb::thread_t thread);
H A DHostNativeProcessBase.h21 class HostThread;
49 virtual HostThread StartMonitoring(HostProcess::MonitorCallback callback, void *callback_baton, bool monitor_signals) = 0;
H A DHostProcess.h35 class HostThread;
52 HostThread StartMonitoring(MonitorCallback callback, void *callback_baton, bool monitor_signals);
H A DThreadLauncher.h14 #include "lldb/Host/HostThread.h"
25 static HostThread LaunchThread(llvm::StringRef name,
H A DHost.h24 #include "lldb/Host/HostThread.h"
87 static HostThread StartMonitoringChildProcess(MonitorChildProcessCallback callback, void *callback_baton, lldb::pid_t pid,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBHostOS.cpp17 #include "lldb/Host/HostThread.h"
75 HostThread thread(ThreadLauncher::LaunchThread(name, thread_function, thread_arg, error_ptr ? error_ptr->get() : NULL));
88 HostThread host_thread(thread);
104 HostThread host_thread(thread);
117 HostThread host_thread(thread);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DHostProcessPosix.h42 HostThread StartMonitoring(HostProcess::MonitorCallback callback, void *callback_baton, bool monitor_signals) override;
/freebsd-11.0-release/lib/clang/liblldbHostCommon/
H A DMakefile18 HostThread.cpp \
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostProcessPosix.cpp109 HostThread
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DCommunication.h23 #include "lldb/Host/HostThread.h"
358 HostThread m_read_thread; ///< The read thread handle in case we need to cancel the thread.
H A DDebugger.h31 #include "lldb/Host/HostThread.h"
471 HostThread m_event_handler_thread;
472 HostThread m_io_handler_thread;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h21 #include "lldb/Host/HostThread.h"
218 lldb_private::HostThread m_operation_thread;
219 lldb_private::HostThread m_monitor_thread;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h24 #include "lldb/Host/HostThread.h"
370 HostThread m_listen_thread;
H A DProcessGDBRemote.h31 #include "lldb/Host/HostThread.h"
286 HostThread m_async_thread;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h39 #include "lldb/Host/HostThread.h"
3348 HostThread m_private_state_thread; ///< Thread ID for the thread that watches internal state events
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4123 HostThread private_state_thread(m_private_state_thread);
5271 HostThread backup_private_state_thread;

Completed in 274 milliseconds