Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c567 PyThreadState *tstate, *save_tstate; in Py_NewInterpreter() local
583 save_tstate = PyThreadState_Swap(tstate); in Py_NewInterpreter()
620 PyThreadState_Swap(save_tstate); in Py_NewInterpreter()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c580 PyThreadState *tstate, *save_tstate; in Py_NewInterpreter() local
596 save_tstate = PyThreadState_Swap(tstate); in Py_NewInterpreter()
633 PyThreadState_Swap(save_tstate); in Py_NewInterpreter()