Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp58 ThreadLauncher::HostThreadCreateInfo *info = in ThreadCreateTrampoline()
59 (ThreadLauncher::HostThreadCreateInfo *)arg; in ThreadCreateTrampoline()
H A DThreadLauncher.cpp24 HostThread ThreadLauncher::LaunchThread(llvm::StringRef name, in LaunchThread()
H A DTaskPool.cpp69 lldb_private::ThreadLauncher::LaunchThread("task-pool.worker", WorkerPtr, in AddTask()
H A DHost.cpp116 return ThreadLauncher::LaunchThread( in StartMonitoringChildProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DThreadLauncher.h22 class ThreadLauncher {
H A DHostNativeThreadBase.h26 friend class ThreadLauncher; variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dmodule.modulemap51 module ThreadLauncher { header "Host/ThreadLauncher.h" export * }
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBHostOS.cpp112 HostThread thread(ThreadLauncher::LaunchThread( in ThreadCreate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp135 m_async_thread = ThreadLauncher::LaunchThread( in StartAsyncThread()
H A DGDBRemoteCommunication.cpp911 m_listen_thread = ThreadLauncher::LaunchThread( in StartListenThread()
H A DProcessGDBRemote.cpp3687 ThreadLauncher::LaunchThread("<lldb.process.gdb-remote.async>", in StartAsyncThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp208 m_read_thread = ThreadLauncher::LaunchThread( in StartReadThread()
H A DDebugger.cpp1625 m_event_handler_thread = ThreadLauncher::LaunchThread(thread_name, in StartEventHandlerThread()
1658 m_io_handler_thread = ThreadLauncher::LaunchThread( in StartIOHandlerThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp818 ThreadLauncher::LaunchThread(g_thread_name, LaunchOpThread, args, &error); in StartLaunchOpThread()
984 ThreadLauncher::LaunchThread(g_thread_name, AttachOpThread, args, &error); in StartAttachOpThread()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile233 SRCS+= Host/common/ThreadLauncher.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp3758 ThreadLauncher::LaunchThread(thread_name, Process::PrivateStateThread, in StartPrivateStateThread()