Home
last modified time | relevance | path

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

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