Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/tests/subsys/pm/power_mgmt_soc/src/
Dpower_mgmt.c15 #undef TASK_STACK_SIZE
16 #define TASK_STACK_SIZE 1024ul macro
37 K_THREAD_STACK_DEFINE(stack_a, TASK_STACK_SIZE);
38 K_THREAD_STACK_DEFINE(stack_b, TASK_STACK_SIZE);
193 k_thread_create(&thread_a_id, stack_a, TASK_STACK_SIZE, task_a_thread, in create_tasks()
195 k_thread_create(&thread_b_id, stack_b, TASK_STACK_SIZE, task_b_thread, in create_tasks()
/Zephyr-Core-3.4.0/samples/boards/mec15xxevb_assy6853/power_management/src/
Dpower_mgmt.c19 #define TASK_STACK_SIZE 1024ul macro
34 K_THREAD_STACK_DEFINE(stack_a, TASK_STACK_SIZE);
35 K_THREAD_STACK_DEFINE(stack_b, TASK_STACK_SIZE);
228 k_thread_create(&thread_a_id, stack_a, TASK_STACK_SIZE, task_a_thread, in create_tasks()
230 k_thread_create(&thread_b_id, stack_b, TASK_STACK_SIZE, task_b_thread, in create_tasks()
/Zephyr-Core-3.4.0/samples/drivers/peci/src/
Dmain.c12 #define TASK_STACK_SIZE 1024 macro
33 K_THREAD_STACK_DEFINE(temp_stack, TASK_STACK_SIZE);
183 k_thread_create(&temp_id, temp_stack, TASK_STACK_SIZE, in main()
/Zephyr-Core-3.4.0/samples/drivers/ps2/src/
Dmain.c17 #define TASK_STACK_SIZE 1024 macro
28 K_THREAD_DEFINE(aux_thread_id, TASK_STACK_SIZE, to_port_60_thread,
/Zephyr-Core-3.4.0/drivers/kscan/
Dkscan_ite_it8xxx2.c36 #define TASK_STACK_SIZE 1024 macro
92 K_KERNEL_STACK_MEMBER(thread_stack, TASK_STACK_SIZE);
517 TASK_STACK_SIZE, in kscan_it8xxx2_init()
Dkscan_mchp_xec.c41 #define TASK_STACK_SIZE 1024 macro
75 K_KERNEL_STACK_MEMBER(thread_stack, TASK_STACK_SIZE);
492 TASK_STACK_SIZE, in kscan_xec_init()
/Zephyr-Core-3.4.0/subsys/testsuite/include/zephyr/
Dtc_util.h63 #define TASK_STACK_SIZE (1024 * 2) macro