Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h653 bool HasIOHandlerThread() const;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp587 if (!debugger.HasIOHandlerThread()) { in RunLoop()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2136 bool Debugger::HasIOHandlerThread() const { in HasIOHandlerThread() function in Debugger
2169 if (HasIOHandlerThread()) { in JoinIOHandlerThread()
2177 if (!HasIOHandlerThread()) in IsIOHandlerThreadCurrentThread()