Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dscheduler.c34 MP_STATE_MAIN_THREAD(mp_pending_exception) = exc; in MICROPY_WRAP_MP_SCHED_EXCEPTION()
71 mp_obj_t obj = MP_STATE_THREAD(mp_pending_exception); in mp_handle_pending()
73 MP_STATE_THREAD(mp_pending_exception) = MP_OBJ_NULL; in mp_handle_pending()
120 if (MP_STATE_THREAD(mp_pending_exception) != MP_OBJ_NULL || mp_sched_num_pending()) { in mp_sched_unlock()
153 if (MP_STATE_THREAD(mp_pending_exception) != MP_OBJ_NULL) { in mp_handle_pending()
154 mp_obj_t obj = MP_STATE_THREAD(mp_pending_exception); in mp_handle_pending()
155 MP_STATE_THREAD(mp_pending_exception) = MP_OBJ_NULL; in mp_handle_pending()
A Dmpstate.h266 volatile mp_obj_t mp_pending_exception; member
A Dvm.c1371 mp_obj_t obj = MP_STATE_THREAD(mp_pending_exception); in mp_execute_bytecode()
1373 MP_STATE_THREAD(mp_pending_exception) = MP_OBJ_NULL; in mp_execute_bytecode()
1387 if (MP_STATE_THREAD(mp_pending_exception) != MP_OBJ_NULL) { in mp_execute_bytecode()
1389 mp_obj_t obj = MP_STATE_THREAD(mp_pending_exception); in mp_execute_bytecode()
1390 MP_STATE_THREAD(mp_pending_exception) = MP_OBJ_NULL; in mp_execute_bytecode()
A Dmodthread.c178 ts.mp_pending_exception = MP_OBJ_NULL; in thread_entry()
A Dprofile.c300 if (MP_STATE_THREAD(mp_pending_exception) != MP_OBJ_NULL) { in mp_prof_callback_invoke()
A Druntime.c65 MP_STATE_THREAD(mp_pending_exception) = MP_OBJ_NULL; in mp_init()

Completed in 20 milliseconds