Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1947 llvm::Expected<HostThread> io_handler_thread = ThreadLauncher::LaunchThread( in StartIOHandlerThread() local
1950 if (io_handler_thread) { in StartIOHandlerThread()
1951 m_io_handler_thread = *io_handler_thread; in StartIOHandlerThread()
1954 llvm::toString(io_handler_thread.takeError())); in StartIOHandlerThread()