Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpystate.c572 PyThreadState *save_tstate = _PyThreadState_Swap(gilstate, tstate); in _PyInterpreterState_IDDecref() local
1682 PyThreadState *save_tstate = NULL; in _call_in_interpreter() local
Dpylifecycle.c1919 PyThreadState *save_tstate = PyThreadState_Swap(tstate); in new_interpreter() local
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c1949 PyThreadState *save_tstate = NULL; in _run_script_in_interpreter() local
2020 PyThreadState *save_tstate = PyThreadState_Get(); in interp_create() local
2088 PyThreadState *save_tstate = PyThreadState_Swap(tstate); in interp_destroy() local
/external/python/cpython2/Python/
Dpythonrun.c588 PyThreadState *tstate, *save_tstate; in Py_NewInterpreter() local