reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 1075          SWIG_Python_Thread_Block() : status(true), state(PyGILState_Ensure()) {}
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  977     m_state = PyGILState_Ensure();
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  285       m_gil_state = PyGILState_Ensure();
  390   m_GILState = PyGILState_Ensure();
  496   auto gil_state = PyGILState_Ensure();
tools/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
   39   m_gil_state = PyGILState_Ensure();