Searched refs:RUN_ON_STACKSZ (Results 1 – 1 of 1) sorted by relevance
13 #define RUN_ON_STACKSZ 2048 macro40 static K_THREAD_STACK_ARRAY_DEFINE(run_on_stacks, CONFIG_MP_MAX_NUM_CPUS, RUN_ON_STACKSZ);53 k_thread_create(&run_on_threads[cpu], run_on_stacks[cpu], RUN_ON_STACKSZ, in run_on_cpu()