Home
last modified time | relevance | path

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

/freebsd-src/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 DHost.cpp57 #include "lldb/Host/ThreadLauncher.h"
139 return ThreadLauncher::LaunchThread(thread_name, [pid, callback] {
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DThreadLauncher.h20 class ThreadLauncher {
H A DHostNativeThreadBase.h25 friend class ThreadLauncher; variable
/freebsd-src/contrib/llvm-project/lldb/include/
H A Dmodule.modulemap52 module ThreadLauncher { header "lldb/Host/ThreadLauncher.h" export * }
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp11 #include "lldb/Host/ThreadLauncher.h"
175 auto maybe_thread = ThreadLauncher::LaunchThread( in StartReadThread()
H A DDebugger.cpp27 #include "lldb/Host/ThreadLauncher.h"
2006 ThreadLauncher::LaunchThread( in HandleProgressEvent()
2148 llvm::Expected<HostThread> io_handler_thread = ThreadLauncher::LaunchThread(
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp24 #include "lldb/Host/ThreadLauncher.h"
847 llvm::Expected<HostThread> listen_thread = ThreadLauncher::LaunchThread( in StartListenThread()
H A DProcessGDBRemote.cpp41 #include "lldb/Host/ThreadLauncher.h"
3543 ThreadLauncher::LaunchThread("<lldb.process.gdb-remote.async>", [this] { in StartAsyncThread()
/freebsd-src/lib/clang/liblldb/
H A DMakefile275 SRCS+= Host/common/ThreadLauncher.cpp
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp36 #include "lldb/Host/ThreadLauncher.h"
3784 ThreadLauncher::LaunchThread( in HandlePrivateEvent()