Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h365 uint32_t IsExecutingPython() const { return m_lock_count > 0; } in IsExecutingPython() function
DScriptInterpreterPython.cpp1027 if (IsExecutingPython()) { in Interrupt()