Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h652 HostThread SetIOHandlerThread(HostThread &new_thread);
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3379 m_debugger.SetIOHandlerThread(new_io_handler_thread); in RunCommandInterpreter()
3381 m_debugger.SetIOHandlerThread(old_io_handler_thread); in RunCommandInterpreter()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2099 HostThread Debugger::SetIOHandlerThread(HostThread &new_thread) { in SetIOHandlerThread() function in Debugger