Home
last modified time | relevance | path

Searched refs:gil_state (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp481 auto gil_state = PyGILState_Ensure(); in ~ScriptInterpreterPythonImpl() local
483 PyGILState_Release(gil_state); in ~ScriptInterpreterPythonImpl()