Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h661 HostThread SetIOHandlerThread(HostThread &new_thread);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3402 m_debugger.SetIOHandlerThread(new_io_handler_thread); in RunCommandInterpreter()
3404 m_debugger.SetIOHandlerThread(old_io_handler_thread); in RunCommandInterpreter()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2140 HostThread Debugger::SetIOHandlerThread(HostThread &new_thread) { in SetIOHandlerThread() function in Debugger