reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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.cpp235 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);