Searched refs:async_thread (Results 1 – 2 of 2) sorted by relevance
729 llvm::Expected<HostThread> async_thread = ThreadLauncher::LaunchThread( in StartAsyncThread() local731 if (!async_thread) { in StartAsyncThread()732 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), async_thread.takeError(), in StartAsyncThread()736 m_async_thread = *async_thread; in StartAsyncThread()
3390 llvm::Expected<HostThread> async_thread = in StartAsyncThread() local3394 if (!async_thread) { in StartAsyncThread()3395 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), async_thread.takeError(), in StartAsyncThread()3399 m_async_thread = *async_thread; in StartAsyncThread()