Searched refs:JSENGINE_TASK_STACK_SIZE (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/amp/main/ |
A D | amp_defines.h | 62 #define JSENGINE_TASK_STACK_SIZE 1024 * 15 macro
|
A D | amp_engine.c | 201 …ine_task, "amp_jsengine_task", be_jse_task_main_entrance, NULL, JSENGINE_TASK_STACK_SIZE, AOS_DEFA… in jsengine_main()
|
/AliOS-Things-master/components/py_engine/external/common/ |
A D | py_defines.h | 66 #define JSENGINE_TASK_STACK_SIZE (1024 * 15) macro
|
/AliOS-Things-master/components/amp/services/app_mgr/ |
A D | app_mgr.c | 679 …estart_task, "amp_restart", be_jse_task_restart_entrance, NULL, JSENGINE_TASK_STACK_SIZE, AOS_DEFA… in download_work() 695 …estart_task, "amp_restart", be_jse_task_restart_entrance, NULL, JSENGINE_TASK_STACK_SIZE, AOS_DEFA… in app_js_restart()
|
Completed in 5 milliseconds