Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Datexitmodule.c31 #define GET_ATEXIT_STATE(mod) ((atexitmodule_state*)PyModule_GetState(mod)) macro
75 modstate = GET_ATEXIT_STATE(module); in atexit_callfuncs()
133 modstate = GET_ATEXIT_STATE(self); in atexit_register()
200 atexit_cleanup(GET_ATEXIT_STATE(self)); in atexit_clear()
214 modstate = GET_ATEXIT_STATE(self); in atexit_ncallbacks()
225 modstate = GET_ATEXIT_STATE(self); in atexit_m_traverse()
243 modstate = GET_ATEXIT_STATE(self); in atexit_m_clear()
254 modstate = GET_ATEXIT_STATE(m); in atexit_free()
276 modstate = GET_ATEXIT_STATE(self); in atexit_unregister()
321 modstate = GET_ATEXIT_STATE(m); in atexit_exec()