Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h665 bool IsIOHandlerThreadCurrentThread() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1313 if (!IsIOHandlerThreadCurrentThread()) { in InterruptRequested()
2176 bool Debugger::IsIOHandlerThreadCurrentThread() const { in IsIOHandlerThreadCurrentThread() function in Debugger
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3044 if (!m_debugger.IsIOHandlerThreadCurrentThread()) in WasInterrupted()