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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 1074          void end() { if (status) { PyGILState_Release(state); status = false;} }
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  980   ~GIL() { PyGILState_Release(m_state); }
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  235       PyGILState_Release(m_gil_state);
  416   PyGILState_Release(m_GILState);
  498   PyGILState_Release(gil_state);
tools/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
   43   PyGILState_Release(m_gil_state);