Searched refs:async_thread (Results 1 – 1 of 1) sorted by relevance
3671 llvm::Expected<HostThread> async_thread = in StartAsyncThread() local3675 if (!async_thread) { in StartAsyncThread()3676 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), async_thread.takeError(), in StartAsyncThread()3680 m_async_thread = *async_thread; in StartAsyncThread()