Home
last modified time | relevance | path

Searched refs:ThreadLauncher (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp55 std::unique_ptr<ThreadLauncher::HostThreadCreateInfo> info_up( in ThreadCreateTrampoline()
56 (ThreadLauncher::HostThreadCreateInfo *)arg); in ThreadCreateTrampoline()
H A DThreadLauncher.cpp25 ThreadLauncher::LaunchThread(llvm::StringRef name, in LaunchThread()
H A DAlarm.cpp114 llvm::Expected<HostThread> alarm_thread = ThreadLauncher::LaunchThread( in StartAlarmThread()
H A DHost.cpp139 return ThreadLauncher::LaunchThread(thread_name, [pid, callback] { in StartMonitoringChildProcess()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DThreadLauncher.h20 class ThreadLauncher {
H A DHostNativeThreadBase.h25 friend class ThreadLauncher; variable
/freebsd/contrib/llvm-project/lldb/include/
H A Dmodule.modulemap52 module ThreadLauncher { header "lldb/Host/ThreadLauncher.h" export * }
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp17 #include "lldb/Host/ThreadLauncher.h"
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp175 auto maybe_thread = ThreadLauncher::LaunchThread( in StartReadThread()
H A DDebugger.cpp2006 ThreadLauncher::LaunchThread( in StartEventHandlerThread()
2148 llvm::Expected<HostThread> io_handler_thread = ThreadLauncher::LaunchThread( in StartIOHandlerThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp847 llvm::Expected<HostThread> listen_thread = ThreadLauncher::LaunchThread( in StartListenThread()
H A DProcessGDBRemote.cpp3543 ThreadLauncher::LaunchThread("<lldb.process.gdb-remote.async>", [this] { in StartAsyncThread()
/freebsd/lib/clang/liblldb/
H A DMakefile281 SRCS+= Host/common/ThreadLauncher.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3784 ThreadLauncher::LaunchThread( in StartPrivateStateThread()