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.c1707 static int nexitfuncs = 0; variable
1711 if (nexitfuncs >= NEXITFUNCS) in Py_AtExit()
1713 exitfuncs[nexitfuncs++] = func; in Py_AtExit()
1743 while (nexitfuncs > 0) in call_ll_exitfuncs()
1744 (*exitfuncs[--nexitfuncs])(); in call_ll_exitfuncs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1732 static int nexitfuncs = 0; variable
1736 if (nexitfuncs >= NEXITFUNCS) in Py_AtExit()
1738 exitfuncs[nexitfuncs++] = func; in Py_AtExit()
1768 while (nexitfuncs > 0) in call_ll_exitfuncs()
1769 (*exitfuncs[--nexitfuncs])(); in call_ll_exitfuncs()