Searched refs:mp_pending_exception (Results 1 – 6 of 6) sorted by relevance
34 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()
266 volatile mp_obj_t mp_pending_exception; member
1371 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()
178 ts.mp_pending_exception = MP_OBJ_NULL; in thread_entry()
300 if (MP_STATE_THREAD(mp_pending_exception) != MP_OBJ_NULL) { in mp_prof_callback_invoke()
65 MP_STATE_THREAD(mp_pending_exception) = MP_OBJ_NULL; in mp_init()
Completed in 20 milliseconds