Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h644 bool HasIOHandlerThread() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp587 if (!debugger.HasIOHandlerThread()) { in RunLoop()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2095 bool Debugger::HasIOHandlerThread() const { in HasIOHandlerThread() function in Debugger
2128 if (HasIOHandlerThread()) { in JoinIOHandlerThread()
2136 if (!HasIOHandlerThread()) in IsIOHandlerThreadCurrentThread()