Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1042 GIL takeGIL; in ~OwnedPythonFile()
1050 GIL takeGIL; in IsPythonSideValid()
1066 GIL takeGIL; in Close()
1156 GIL takeGIL; in Close()
1166 GIL takeGIL; in Flush()
1174 GIL takeGIL; in GetOptions()
1201 GIL takeGIL; in Write()
1219 GIL takeGIL; in Read()
1255 GIL takeGIL; in Write()
1273 GIL takeGIL; in Read()
H A DPythonDataObjects.h74 class GIL {
76 GIL() { in GIL() function
80 ~GIL() { PyGILState_Release(m_state); } in ~GIL()
H A DScriptInterpreterPython.cpp286 GIL gil; in GetInterpreterInfo()