Searched refs:exitfuncs (Results 1 – 2 of 2) sorted by relevance
104 void (*exitfuncs[NEXITFUNCS])(void); member
2835 _PyRuntime.exitfuncs[_PyRuntime.nexitfuncs++] = func; in Py_AtExit()2845 void (*exitfunc)(void) = runtime->exitfuncs[runtime->nexitfuncs]; in call_ll_exitfuncs()2846 runtime->exitfuncs[runtime->nexitfuncs] = NULL; in call_ll_exitfuncs()