Home
last modified time | relevance | path

Searched refs:_PyThreadState_GetFrame (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c50 PyThreadFrameGetter _PyThreadState_GetFrame = NULL; variable
161 if (_PyThreadState_GetFrame == NULL) in new_threadstate()
162 _PyThreadState_GetFrame = threadstate_getframe; in new_threadstate()
Dceval.c3831 return _PyThreadState_GetFrame(tstate); in PyEval_GetFrame()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c51 PyThreadFrameGetter _PyThreadState_GetFrame = NULL; variable
162 if (_PyThreadState_GetFrame == NULL) in new_threadstate()
163 _PyThreadState_GetFrame = threadstate_getframe; in new_threadstate()
Dceval.c3809 return _PyThreadState_GetFrame(tstate); in PyEval_GetFrame()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpystate.h195 PyAPI_DATA(PyThreadFrameGetter) _PyThreadState_GetFrame;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpystate.h193 PyAPI_DATA(PyThreadFrameGetter) _PyThreadState_GetFrame;