Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp92 struct InitializePythonRAII { struct
94 InitializePythonRAII() { in InitializePythonRAII() argument
143 ~InitializePythonRAII() { in ~InitializePythonRAII()
156 void InitializeThreadsPrivate() { in InitializeThreadsPrivate()
196 PyGILState_STATE m_gil_state = PyGILState_UNLOCKED;
197 bool m_was_already_initialized = false;