Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmpstate.h286 extern mp_state_ctx_t mp_state_ctx;
288 #define MP_STATE_VM(x) (mp_state_ctx.vm.x)
289 #define MP_STATE_MEM(x) (mp_state_ctx.mem.x)
290 #define MP_STATE_MAIN_THREAD(x) (mp_state_ctx.thread.x)
296 #define MP_STATE_THREAD(x) (mp_state_ctx.thread.x)
A Dmpstate.c33 mp_state_ctx_t mp_state_ctx; variable
A Dgc.c332 void **ptrs = (void **)(void *)&mp_state_ctx; in gc_collect_start()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmpthreadport.c75 mp_thread_set_state(&mp_state_ctx.thread); in mp_thread_init()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmpthreadport.c75 mp_thread_set_state(&mp_state_ctx.thread); in mp_thread_init()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmpthreadport.c76 mp_thread_set_state(&mp_state_ctx.thread); in mp_thread_init()

Completed in 8 milliseconds