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