Home
last modified time | relevance | path

Searched refs:PyThreadFrameGetter (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpystate.h192 typedef struct _frame *(*PyThreadFrameGetter)(PyThreadState *self_); typedef
195 PyAPI_DATA(PyThreadFrameGetter) _PyThreadState_GetFrame;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpystate.h190 typedef struct _frame *(*PyThreadFrameGetter)(PyThreadState *self_); typedef
193 PyAPI_DATA(PyThreadFrameGetter) _PyThreadState_GetFrame;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c50 PyThreadFrameGetter _PyThreadState_GetFrame = NULL;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c51 PyThreadFrameGetter _PyThreadState_GetFrame = NULL;