Home
last modified time | relevance | path

Searched defs:PyThreadState_GET (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpystate.h128 #define PyThreadState_GET() PyThreadState_Get() macro
130 #define PyThreadState_GET() (_PyThreadState_Current) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpystate.h130 #define PyThreadState_GET() PyThreadState_Get() macro
132 #define PyThreadState_GET() (_PyThreadState_Current) macro