Searched refs:async_thread (Results 1 – 1 of 1) sorted by relevance
3542 llvm::Expected<HostThread> async_thread = in StartAsyncThread() local3546 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()