Home
last modified time | relevance | path

Searched refs:APP_TASK_STACK_SIZE (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/subsys/ipc/rpmsg_service/remote/src/
Dmain.c20 #define APP_TASK_STACK_SIZE (1024) macro
21 K_THREAD_STACK_DEFINE(thread_stack, APP_TASK_STACK_SIZE);
82 k_thread_create(&thread_data, thread_stack, APP_TASK_STACK_SIZE, in main()
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/src/
Dmain.c20 #define APP_TASK_STACK_SIZE (1024) macro
21 K_THREAD_STACK_DEFINE(thread_stack, APP_TASK_STACK_SIZE);
91 k_thread_create(&thread_data, thread_stack, APP_TASK_STACK_SIZE, in main()
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/src/
Dmain_remote.c39 #define APP_TASK_STACK_SIZE (1024) macro
44 K_THREAD_STACK_DEFINE(thread_mng_stack, APP_TASK_STACK_SIZE);
45 K_THREAD_STACK_DEFINE(thread_rp__client_stack, APP_TASK_STACK_SIZE);
366 k_thread_create(&thread_mng_data, thread_mng_stack, APP_TASK_STACK_SIZE, in main()
369 k_thread_create(&thread_rp__client_data, thread_rp__client_stack, APP_TASK_STACK_SIZE, in main()
/Zephyr-latest/samples/subsys/ipc/openamp/remote/src/
Dmain.c21 #define APP_TASK_STACK_SIZE (1024) macro
22 K_THREAD_STACK_DEFINE(thread_stack, APP_TASK_STACK_SIZE);
227 k_thread_create(&thread_data, thread_stack, APP_TASK_STACK_SIZE, in main()
/Zephyr-latest/samples/subsys/ipc/openamp/src/
Dmain.c22 #define APP_TASK_STACK_SIZE (1024) macro
23 K_THREAD_STACK_DEFINE(thread_stack, APP_TASK_STACK_SIZE);
252 k_thread_create(&thread_data, thread_stack, APP_TASK_STACK_SIZE, in main()