Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3542 llvm::Expected<HostThread> async_thread = in StartAsyncThread() local
3546 if (!async_thread) { in StartAsyncThread()
3547 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), async_thread.takeError(), in StartAsyncThread()
3551 m_async_thread = *async_thread; in StartAsyncThread()