Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1706 static void (*exitfuncs[NEXITFUNCS])(void); variable
1713 exitfuncs[nexitfuncs++] = func; in Py_AtExit()
1744 (*exitfuncs[--nexitfuncs])(); in call_ll_exitfuncs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1731 static void (*exitfuncs[NEXITFUNCS])(void); variable
1738 exitfuncs[nexitfuncs++] = func; in Py_AtExit()
1769 (*exitfuncs[--nexitfuncs])(); in call_ll_exitfuncs()