Home
last modified time | relevance | path

Searched refs:PyThreadState_Swap (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpystate.h120 PyAPI_FUNC(PyThreadState *) PyThreadState_Swap(PyThreadState *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpystate.h118 PyAPI_FUNC(PyThreadState *) PyThreadState_Swap(PyThreadState *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c177 (void) PyThreadState_Swap(tstate); in Py_InitializeEx()
505 PyThreadState_Swap(NULL); in Py_Finalize()
583 save_tstate = PyThreadState_Swap(tstate); in Py_NewInterpreter()
620 PyThreadState_Swap(save_tstate); in Py_NewInterpreter()
653 PyThreadState_Swap(NULL); in Py_EndInterpreter()
Dpystate.c335 PyThreadState_Swap(PyThreadState *newts) in PyThreadState_Swap() function
Dceval.c276 if (PyThreadState_Swap(tstate) != NULL) in PyEval_AcquireThread()
286 if (PyThreadState_Swap(NULL) != tstate) in PyEval_ReleaseThread()
339 PyThreadState *tstate = PyThreadState_Swap(NULL); in PyEval_SaveThread()
361 PyThreadState_Swap(tstate); in PyEval_RestoreThread()
1014 if (PyThreadState_Swap(NULL) != tstate) in PyEval_EvalFrameEx()
1021 if (PyThreadState_Swap(tstate) != NULL) in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c189 (void) PyThreadState_Swap(tstate); in Py_InitializeEx()
517 PyThreadState_Swap(NULL); in Py_Finalize()
596 save_tstate = PyThreadState_Swap(tstate); in Py_NewInterpreter()
633 PyThreadState_Swap(save_tstate); in Py_NewInterpreter()
666 PyThreadState_Swap(NULL); in Py_EndInterpreter()
Dpystate.c337 PyThreadState_Swap(PyThreadState *newts) in PyThreadState_Swap() function
Dceval.c278 if (PyThreadState_Swap(tstate) != NULL) in PyEval_AcquireThread()
288 if (PyThreadState_Swap(NULL) != tstate) in PyEval_ReleaseThread()
341 PyThreadState *tstate = PyThreadState_Swap(NULL); in PyEval_SaveThread()
363 PyThreadState_Swap(tstate); in PyEval_RestoreThread()
1016 if (PyThreadState_Swap(NULL) != tstate) in PyEval_EvalFrameEx()
1024 if (PyThreadState_Swap(tstate) != NULL) in PyEval_EvalFrameEx()