Searched refs:saved_python_thread (Results 1 – 1 of 1) sorted by relevance
839 static PyThreadState *saved_python_thread = NULL; variable848 saved_python_thread = PyEval_SaveThread(); in Python_SaveThread()858 PyEval_RestoreThread(saved_python_thread); in Python_RestoreThread()859 saved_python_thread = NULL; in Python_RestoreThread()990 saved_python_thread = in Python_Init()