Home
last modified time | relevance | path

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

/Zephyr-latest/samples/userspace/prod_consumer/src/
Dmain.c16 #define APP_A_STACKSIZE 2048 macro
24 K_THREAD_STACK_DEFINE(app_a_stack, APP_A_STACKSIZE);
48 thread_a = k_thread_create(&app_a_thread, app_a_stack, APP_A_STACKSIZE, in main()