Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmodthread.c148 mp_obj_dict_t *dict_locals; member
181 mp_locals_set(args->dict_locals); in thread_entry()
262 th_args->dict_locals = mp_locals_get(); in mod_thread_start_new_thread()
A Dprofile.h39 mp_obj_dict_t *dict_locals; member
A Druntime.h92 return MP_STATE_THREAD(dict_locals); in mp_locals_get()
95 MP_STATE_THREAD(dict_locals) = d; in mp_locals_set()
A Dmpstate.h260 mp_obj_dict_t *dict_locals; member
A Dprofile.c164 dest[0] = MP_OBJ_FROM_PTR(o->dict_locals); in code_attr()
190 o->dict_locals = mp_locals_get(); // this is a wrong! how to do this properly? in mp_obj_new_code()
A Dgc.c333 size_t root_start = offsetof(mp_state_ctx_t, thread.dict_locals); in gc_collect_start()

Completed in 11 milliseconds