Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmpconfigport.h273 extern void mp_handle_pending(bool); \
274 mp_handle_pending(true); \
282 extern void mp_handle_pending(bool); \
283 mp_handle_pending(true); \
A Dmphalport.h22 mp_handle_pending(true); \
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmpconfigport.h273 extern void mp_handle_pending(bool); \
274 mp_handle_pending(true); \
282 extern void mp_handle_pending(bool); \
283 mp_handle_pending(true); \
A Dmphalport.h22 mp_handle_pending(true); \
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmpconfigport.h285 extern void mp_handle_pending(bool); \
286 mp_handle_pending(true); \
294 extern void mp_handle_pending(bool); \
295 mp_handle_pending(true); \
A Dmphalport.h24 mp_handle_pending(true); \
A Dmphalport.c157 mp_handle_pending(false); in mp_hal_delay_us()
/AliOS-Things-master/components/py_engine/engine/py/
A Dscheduler.c66 void mp_handle_pending(bool raise_exc) { in mp_handle_pending() function
152 void mp_handle_pending(bool raise_exc) { in mp_handle_pending() function
A Druntime.h69 void mp_handle_pending(bool raise_exc);
A Dprofile.c301 mp_handle_pending(true); in mp_prof_callback_invoke()
/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dpyexec.c118 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