Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpythonrun.c1737 static int nexitfuncs = 0; variable
1741 if (nexitfuncs >= NEXITFUNCS) in Py_AtExit()
1743 exitfuncs[nexitfuncs++] = func; in Py_AtExit()
1773 while (nexitfuncs > 0) in call_ll_exitfuncs()
1774 (*exitfuncs[--nexitfuncs])(); in call_ll_exitfuncs()