Home
last modified time | relevance | path

Searched defs:save_tstate (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c1935 PyThreadState *save_tstate = NULL; in _run_script_in_interpreter() local
2005 PyThreadState *save_tstate = _PyThreadState_GET(); in interp_create() local
2073 PyThreadState *save_tstate = PyThreadState_Swap(tstate); in interp_destroy() local
/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c683 PyThreadState *save_tstate = _PyThreadState_Swap(gilstate, tstate); in _PyInterpreterState_IDDecref() local
1874 PyThreadState *save_tstate = NULL; in _call_in_interpreter() local
Dpylifecycle.c1987 PyThreadState *save_tstate = PyThreadState_Swap(tstate); in new_interpreter() local
/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c588 PyThreadState *tstate, *save_tstate; in Py_NewInterpreter() local