Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp92 struct InitializePythonRAII { struct
94 InitializePythonRAII() { in InitializePythonRAII() function
128 ~InitializePythonRAII() { in ~InitializePythonRAII()
141 void InitializePythonHome() { in InitializePythonHome()
167 void InitializeThreadsPrivate() { in InitializeThreadsPrivate()
194 PyGILState_STATE m_gil_state = PyGILState_UNLOCKED;
195 bool m_was_already_initialized = false;