Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h656 bool IsIOHandlerThreadCurrentThread() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1299 if (!IsIOHandlerThreadCurrentThread()) { in InterruptRequested()
2135 bool Debugger::IsIOHandlerThreadCurrentThread() const { in IsIOHandlerThreadCurrentThread() function in Debugger
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3030 if (!m_debugger.IsIOHandlerThreadCurrentThread()) in WasInterrupted()