Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp94 struct InitializePythonRAII { struct
96 InitializePythonRAII() { in InitializePythonRAII() function
130 ~InitializePythonRAII() { in ~InitializePythonRAII()
143 void InitializePythonHome() { in InitializePythonHome()
169 void InitializeThreadsPrivate() { in InitializeThreadsPrivate()
209 PyGILState_STATE m_gil_state = PyGILState_UNLOCKED;
210 bool m_was_already_initialized = false;