| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostThread.cpp | 15 HostThread::HostThread() : m_native_thread(new HostNativeThread) {} in HostThread() function in HostThread 17 HostThread::HostThread(lldb::thread_t thread) in HostThread() function in HostThread 20 Status HostThread::Join(lldb::thread_result_t *result) { in Join() 24 Status HostThread::Cancel() { return m_native_thread->Cancel(); } in Cancel() 26 void HostThread::Reset() { return m_native_thread->Reset(); } in Reset() 28 lldb::thread_t HostThread::Release() { return m_native_thread->Release(); } in Release() 30 bool HostThread::IsJoinable() const { return m_native_thread->IsJoinable(); } in IsJoinable() 32 HostNativeThread &HostThread::GetNativeThread() { in GetNativeThread() 36 const HostNativeThread &HostThread::GetNativeThread() const { in GetNativeThread() 40 lldb::thread_result_t HostThread::GetResult() const { in GetResult() [all …]
|
| H A D | ThreadLauncher.cpp | 24 llvm::Expected<HostThread> 78 return HostThread(thread); in LaunchThread()
|
| H A D | MemoryMonitor.cpp | 81 llvm::Expected<HostThread> memory_monitor_thread = in Start() 102 HostThread m_memory_monitor_thread;
|
| H A D | HostProcess.cpp | 31 llvm::Expected<HostThread> HostProcess::StartMonitoring( in StartMonitoring()
|
| H A D | MonitoringProcessLauncher.cpp | 57 llvm::Expected<HostThread> maybe_thread = in LaunchProcess()
|
| H A D | ProcessLaunchInfo.cpp | 182 llvm::Expected<HostThread> maybe_thread = in MonitorProcess()
|
| H A D | Host.cpp | 118 llvm::Expected<HostThread> Host::StartMonitoringChildProcess( in StartMonitoringChildProcess()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | HostThread.h | 29 class HostThread { 31 HostThread(); 32 HostThread(lldb::thread_t thread);
|
| H A D | HostProcess.h | 31 class HostThread; variable 44 llvm::Expected<HostThread>
|
| H A D | HostNativeProcessBase.h | 19 class HostThread; variable 39 virtual llvm::Expected<HostThread>
|
| H A D | ThreadLauncher.h | 22 static llvm::Expected<HostThread>
|
| H A D | Host.h | 105 static llvm::Expected<HostThread>
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBHostOS.cpp | 16 #include "lldb/Host/HostThread.h"
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 692 HostThread SetIOHandlerThread(HostThread &new_thread); 762 HostThread m_event_handler_thread; 763 HostThread m_io_handler_thread;
|
| H A D | ThreadedCommunication.h | 228 HostThread m_read_thread;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
| H A D | HostProcessPosix.h | 34 llvm::Expected<HostThread>
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | HostProcessPosix.cpp | 62 llvm::Expected<HostThread> HostProcessPosix::StartMonitoring( in StartMonitoring()
|
| /freebsd/contrib/llvm-project/lldb/include/ |
| H A D | module.modulemap | 34 module HostThread { header "lldb/Host/HostThread.h" export * }
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 2201 llvm::Expected<HostThread> event_handler_thread = in StartEventHandlerThread() 2286 HostThread Debugger::SetIOHandlerThread(HostThread &new_thread) { in SetIOHandlerThread() 2287 HostThread old_host = m_io_handler_thread; in SetIOHandlerThread() 2294 llvm::Expected<HostThread> io_handler_thread = ThreadLauncher::LaunchThread( in StartIOHandlerThread()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.h | 267 HostThread m_async_thread;
|
| H A D | ProcessGDBRemote.cpp | 3671 llvm::Expected<HostThread> async_thread = in StartAsyncThread()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Process.h | 3134 HostThread m_private_state_thread; ///< Thread ID for the thread that watches
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 3579 HostThread new_io_handler_thread(Host::GetCurrentThread()); in RunCommandInterpreter() 3580 HostThread old_io_handler_thread = in RunCommandInterpreter()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | Makefile | 264 SRCS+= Host/common/HostThread.cpp
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 3798 llvm::Expected<HostThread> private_state_thread = in StartPrivateStateThread() 5078 HostThread backup_private_state_thread; in RunThreadPlan()
|