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.cpp2294 llvm::Expected<HostThread> io_handler_thread = ThreadLauncher::LaunchThread( in StartIOHandlerThread() local
2297 if (io_handler_thread) { in StartIOHandlerThread()
2298 m_io_handler_thread = *io_handler_thread; in StartIOHandlerThread()
2300 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), io_handler_thread.takeError(), in StartIOHandlerThread()