Searched refs:io_handler_thread (Results 1 – 1 of 1) sorted by relevance
2148 llvm::Expected<HostThread> io_handler_thread = ThreadLauncher::LaunchThread( in StartIOHandlerThread() local2151 if (io_handler_thread) { in StartIOHandlerThread()2152 m_io_handler_thread = *io_handler_thread; in StartIOHandlerThread()2154 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), io_handler_thread.takeError(), in StartIOHandlerThread()