Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmain.c48 static mpy_thread_args *alloc_mpy_thread_args(int argc, char **argv) in alloc_mpy_thread_args()
50 mpy_thread_args *temp_args = (mpy_thread_args *)calloc(1, sizeof(mpy_thread_args)); in alloc_mpy_thread_args()
78 static int free_mpy_thread_args(mpy_thread_args *args) in free_mpy_thread_args()
98 mpy_thread_args *args = (mpy_thread_args *)p; in python_entry()
162 mpy_thread_args *args = alloc_mpy_thread_args(argc, argv); in haas_main()
232 int mpy_init(mpy_thread_args *args) in mpy_init()
A Dhaas_main.h23 } mpy_thread_args; typedef
26 int mpy_init(mpy_thread_args *args);
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmain.c48 static mpy_thread_args *alloc_mpy_thread_args(int argc, char **argv) in alloc_mpy_thread_args()
50 mpy_thread_args *temp_args = (mpy_thread_args *)calloc(1, sizeof(mpy_thread_args)); in alloc_mpy_thread_args()
78 static int free_mpy_thread_args(mpy_thread_args *args) in free_mpy_thread_args()
98 mpy_thread_args *args = (mpy_thread_args *)p; in python_entry()
162 mpy_thread_args *args = alloc_mpy_thread_args(argc, argv); in haas_main()
232 int mpy_init(mpy_thread_args *args) in mpy_init()
A Dhaas_main.h23 } mpy_thread_args; typedef
26 int mpy_init(mpy_thread_args *args);
/AliOS-Things-master/components/py_engine/adapter/
A Dhaas_main.h21 } mpy_thread_args; typedef
24 int32_t mpy_init(mpy_thread_args *args);
A Dmain.c51 static mpy_thread_args *alloc_mpy_thread_args(int32_t argc, int8_t **argv) in alloc_mpy_thread_args()
53 mpy_thread_args *temp_args = (mpy_thread_args *)calloc(1, sizeof(mpy_thread_args)); in alloc_mpy_thread_args()
80 static int32_t free_mpy_thread_args(mpy_thread_args *args) in free_mpy_thread_args()
170 mpy_thread_args *args = (mpy_thread_args *)p; in py_engine_mainloop()
233 mpy_thread_args *args = alloc_mpy_thread_args(argc, argv); in python_entry()
400 int32_t mpy_init(mpy_thread_args *args) in mpy_init()

Completed in 9 milliseconds