Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h500 void StopEventHandlerThread();
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp852 StopEventHandlerThread(); in Clear()
1835 void Debugger::StopEventHandlerThread() { in StopEventHandlerThread() function in Debugger
1845 StopEventHandlerThread(); in IOHandlerThread()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3367 m_debugger.StopEventHandlerThread(); in RunCommandInterpreter()