Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/fatal/exception/src/
Dmain.c36 #define OVERFLOW_STACKSIZE (STACKSIZE / 2) macro
38 alt_stack + (STACKSIZE - OVERFLOW_STACKSIZE);
42 #define OVERFLOW_STACKSIZE (STACKSIZE + CONFIG_PRIVILEGED_STACK_SIZE) macro
44 #define OVERFLOW_STACKSIZE STACKSIZE macro
185 char buf[OVERFLOW_STACKSIZE]; in blow_up_stack()
286 k_thread_create(&alt_thread, overflow_stack, OVERFLOW_STACKSIZE, in check_stack_overflow()