Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1705 #define NEXITFUNCS 32 macro
1706 static void (*exitfuncs[NEXITFUNCS])(void);
1711 if (nexitfuncs >= NEXITFUNCS) in Py_AtExit()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1730 #define NEXITFUNCS 32 macro
1731 static void (*exitfuncs[NEXITFUNCS])(void);
1736 if (nexitfuncs >= NEXITFUNCS) in Py_AtExit()