Searched defs:save_tstate (Results 1 – 4 of 4) sorted by relevance
1935 PyThreadState *save_tstate = NULL; in _run_script_in_interpreter() local2005 PyThreadState *save_tstate = _PyThreadState_GET(); in interp_create() local2073 PyThreadState *save_tstate = PyThreadState_Swap(tstate); in interp_destroy() local
683 PyThreadState *save_tstate = _PyThreadState_Swap(gilstate, tstate); in _PyInterpreterState_IDDecref() local1874 PyThreadState *save_tstate = NULL; in _call_in_interpreter() local
1987 PyThreadState *save_tstate = PyThreadState_Swap(tstate); in new_interpreter() local
588 PyThreadState *tstate, *save_tstate; in Py_NewInterpreter() local