Home
last modified time | relevance | path

Searched refs:async_thread (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp214 llvm::Expected<HostThread> async_thread = ThreadLauncher::LaunchThread( in StartAsyncThread() local
217 if (!async_thread) { in StartAsyncThread()
219 async_thread.takeError(), in StartAsyncThread()
223 m_async_thread = *async_thread; in StartAsyncThread()
H A DProcessGDBRemote.cpp3657 llvm::Expected<HostThread> async_thread = ThreadLauncher::LaunchThread( in StartAsyncThread() local
3659 if (!async_thread) { in StartAsyncThread()
3661 async_thread.takeError(), in StartAsyncThread()
3665 m_async_thread = *async_thread; in StartAsyncThread()