Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationReplayServer.cpp210 llvm::Expected<HostThread> async_thread = ThreadLauncher::LaunchThread( in StartAsyncThread() local
213 if (!async_thread) { in StartAsyncThread()
215 async_thread.takeError(), in StartAsyncThread()
219 m_async_thread = *async_thread; in StartAsyncThread()
HDProcessGDBRemote.cpp3613 llvm::Expected<HostThread> async_thread = ThreadLauncher::LaunchThread( in StartAsyncThread() local
3615 if (!async_thread) { in StartAsyncThread()
3617 async_thread.takeError(), in StartAsyncThread()
3621 m_async_thread = *async_thread; in StartAsyncThread()