Home
last modified time | relevance | path

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

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