Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpylifecycle.c1357 PyThreadState *tstate, *save_tstate; in new_interpreter() local
1382 save_tstate = PyThreadState_Swap(tstate); in new_interpreter()
1387 if (save_tstate != NULL) { in new_interpreter()
1388 core_config = &save_tstate->interp->core_config; in new_interpreter()
1389 config = &save_tstate->interp->config; in new_interpreter()
1501 PyThreadState_Swap(save_tstate); in new_interpreter()
Dpystate.c341 PyThreadState *save_tstate = PyThreadState_Swap(tstate); in _PyInterpreterState_IDDecref() local
343 PyThreadState_Swap(save_tstate); in _PyInterpreterState_IDDecref()
/external/python/cpython2/Python/
Dpythonrun.c588 PyThreadState *tstate, *save_tstate; in Py_NewInterpreter() local
604 save_tstate = PyThreadState_Swap(tstate); in Py_NewInterpreter()
641 PyThreadState_Swap(save_tstate); in Py_NewInterpreter()