Home
last modified time | relevance | path

Searched refs:io_handler_thread (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2148 llvm::Expected<HostThread> io_handler_thread = ThreadLauncher::LaunchThread( in StartIOHandlerThread() local
2151 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()