Home
last modified time | relevance | path

Searched defs:InitializePythonRAII (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp90 struct InitializePythonRAII { struct
92 InitializePythonRAII() { in InitializePythonRAII() function
126 ~InitializePythonRAII() { in ~InitializePythonRAII()
139 void InitializePythonHome() { in InitializePythonHome()
165 void InitializeThreadsPrivate() { in InitializeThreadsPrivate()
192 PyGILState_STATE m_gil_state = PyGILState_UNLOCKED;
193 bool m_was_already_initialized = false;