Home
last modified time | relevance | path

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

/third_party/python/Modules/
Datexitmodule.c17 static inline struct atexit_state*
26 atexit_delete_cb(struct atexit_state *state, int i) in atexit_delete_cb()
40 atexit_cleanup(struct atexit_state *state) in atexit_cleanup()
57 struct atexit_state *state = &interp->atexit; in _PyAtExit_Init()
74 struct atexit_state *state = &interp->atexit; in _PyAtExit_Fini()
82 atexit_callfuncs(struct atexit_state *state) in atexit_callfuncs()
117 struct atexit_state *state = &interp->atexit; in _PyAtExit_Call()
153 struct atexit_state *state = get_atexit_state(); in atexit_register()
193 struct atexit_state *state = get_atexit_state(); in atexit_run_exitfuncs()
218 struct atexit_state *state = get_atexit_state(); in atexit_ncallbacks()
[all …]
/third_party/python/Include/internal/
Dpycore_interp.h175 struct atexit_state { struct
281 struct atexit_state atexit;