Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DDebugger.cpp1552 llvm::Expected<HostThread> io_handler_thread = ThreadLauncher::LaunchThread( in StartIOHandlerThread() local
1555 if (io_handler_thread) { in StartIOHandlerThread()
1556 m_io_handler_thread = *io_handler_thread; in StartIOHandlerThread()
1560 llvm::toString(io_handler_thread.takeError())); in StartIOHandlerThread()