Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Dmodsys.c170 mp_obj_t old = MP_STATE_VM(sys_exitfunc); in mp_sys_atexit()
171 MP_STATE_VM(sys_exitfunc) = obj; in mp_sys_atexit()
H A Dmpstate.h151 mp_obj_t sys_exitfunc; member
H A Druntime.c126 MP_STATE_VM(sys_exitfunc) = mp_const_none; in mp_init()
/dports/lang/micropython/micropython-1.17/ports/unix/
H A Dmain.c692 if (mp_obj_is_callable(MP_STATE_VM(sys_exitfunc))) { in main_()
693 mp_call_function_0(MP_STATE_VM(sys_exitfunc)); in main_()