Searched refs:APP_A_STACKSIZE (Results 1 – 1 of 1) sorted by relevance
16 #define APP_A_STACKSIZE 2048 macro24 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()