Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpylifecycle.c1513 static void (*exitfuncs[NEXITFUNCS])(void); variable
1520 exitfuncs[nexitfuncs++] = func; in Py_AtExit()
1528 (*exitfuncs[--nexitfuncs])(); in call_ll_exitfuncs()
/external/python/cpython2/Python/
Dpythonrun.c1736 static void (*exitfuncs[NEXITFUNCS])(void); variable
1743 exitfuncs[nexitfuncs++] = func; in Py_AtExit()
1774 (*exitfuncs[--nexitfuncs])(); in call_ll_exitfuncs()