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/
DDebugger.h507 bool HasIOHandlerThread();
/openbsd/src/gnu/llvm/lldb/source/Expression/
DREPL.cpp583 if (!debugger.HasIOHandlerThread()) { in RunLoop()
/openbsd/src/gnu/llvm/lldb/source/Core/
DDebugger.cpp1943 bool Debugger::HasIOHandlerThread() { return m_io_handler_thread.IsJoinable(); } in HasIOHandlerThread() function in Debugger
1968 if (HasIOHandlerThread()) { in JoinIOHandlerThread()