Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp108 return ThreadLauncher::LaunchThread(thread_name, [pid, callback] { in StartMonitoringChildProcess()
/llvm-project-15.0.7/lldb/include/lldb/Host/macosx/
H A DHostThreadMacOSX.h17 friend class ThreadLauncher; variable
/llvm-project-15.0.7/lldb/unittests/Host/
H A DThreadLauncherTest.cpp20 ThreadLauncher::LaunchThread("test", [&promise] { in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DThreadLauncher.h20 class ThreadLauncher {
H A DHostNativeThreadBase.h25 friend class ThreadLauncher; variable
/llvm-project-15.0.7/lldb/include/lldb/
H A Dmodule.modulemap52 module ThreadLauncher { header "Host/ThreadLauncher.h" export * }
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHostProcessWindows.cpp87 return ThreadLauncher::LaunchThread( in StartMonitoring()
/llvm-project-15.0.7/lldb/source/API/
H A DSBHostOS.cpp105 ThreadLauncher::LaunchThread(name, [thread_function, thread_arg] { in ThreadCreate()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp55 llvm::Expected<HostThread> secondary_thread = ThreadLauncher::LaunchThread( in DebugLaunch()
72 llvm::Expected<HostThread> secondary_thread = ThreadLauncher::LaunchThread( in DebugAttach()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Host/
H A DBUILD.gn46 "common/ThreadLauncher.cpp",
/llvm-project-15.0.7/lldb/source/Host/
H A DCMakeLists.txt42 common/ThreadLauncher.cpp
/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp215 auto maybe_thread = ThreadLauncher::LaunchThread( in StartReadThread()
H A DDebugger.cpp1793 ThreadLauncher::LaunchThread( in StartEventHandlerThread()
1927 llvm::Expected<HostThread> io_handler_thread = ThreadLauncher::LaunchThread( in StartIOHandlerThread()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp729 llvm::Expected<HostThread> async_thread = ThreadLauncher::LaunchThread( in StartAsyncThread()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm60 #include "lldb/Host/ThreadLauncher.h"
305 llvm::Expected<HostThread> accept_thread = ThreadLauncher::LaunchThread(
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp868 llvm::Expected<HostThread> listen_thread = ThreadLauncher::LaunchThread( in StartListenThread()
H A DProcessGDBRemote.cpp3436 ThreadLauncher::LaunchThread("<lldb.process.gdb-remote.async>", [this] { in StartAsyncThread()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp3537 ThreadLauncher::LaunchThread( in StartPrivateStateThread()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4047 lldb/source/Host/common/ThreadLauncher.cpp