Searched refs:mp_handle_pending (Results 1 – 11 of 11) sorted by relevance
273 extern void mp_handle_pending(bool); \274 mp_handle_pending(true); \282 extern void mp_handle_pending(bool); \283 mp_handle_pending(true); \
22 mp_handle_pending(true); \
285 extern void mp_handle_pending(bool); \286 mp_handle_pending(true); \294 extern void mp_handle_pending(bool); \295 mp_handle_pending(true); \
24 mp_handle_pending(true); \
157 mp_handle_pending(false); in mp_hal_delay_us()
66 void mp_handle_pending(bool raise_exc) { in mp_handle_pending() function152 void mp_handle_pending(bool raise_exc) { in mp_handle_pending() function
69 void mp_handle_pending(bool raise_exc);
301 mp_handle_pending(true); in mp_prof_callback_invoke()
118 mp_handle_pending(true); // handle any pending exceptions (and any callbacks) in parse_compile_execute()127 mp_handle_pending(false); // clear any pending exceptions (and run any callbacks) in parse_compile_execute()
Completed in 15 milliseconds