Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DThreadLauncher.h25 LaunchThread(llvm::StringRef name, lldb::thread_func_t thread_function,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DThreadLauncher.cpp24 HostThread ThreadLauncher::LaunchThread(llvm::StringRef name, in LaunchThread() function in ThreadLauncher
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/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/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp3758 ThreadLauncher::LaunchThread(thread_name, Process::PrivateStateThread, in StartPrivateStateThread()