Home
last modified time | relevance | path

Searched refs:IsExecutingPython (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h370 uint32_t IsExecutingPython() const { return m_lock_count > 0; } in IsExecutingPython() function
H A DScriptInterpreterPython.cpp932 if (!IsExecutingPython()) in Interrupt()
946 if (IsExecutingPython()) { in Interrupt()