Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h507 bool HasIOHandlerThread();
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp583 if (!debugger.HasIOHandlerThread()) { in RunLoop()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1943 bool Debugger::HasIOHandlerThread() { return m_io_handler_thread.IsJoinable(); } in HasIOHandlerThread() function in Debugger
1968 if (HasIOHandlerThread()) { in JoinIOHandlerThread()