Home
last modified time | relevance | path

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

/Kernel-v11.0.1/include/
Dstack_macros.h56 #if ( ( configCHECK_FOR_STACK_OVERFLOW == 1 ) && ( portSTACK_GROWTH < 0 ) )
72 #if ( ( configCHECK_FOR_STACK_OVERFLOW == 1 ) && ( portSTACK_GROWTH > 0 ) )
89 #if ( ( configCHECK_FOR_STACK_OVERFLOW > 1 ) && ( portSTACK_GROWTH < 0 ) )
109 #if ( ( configCHECK_FOR_STACK_OVERFLOW > 1 ) && ( portSTACK_GROWTH > 0 ) )
Dtask.h1924 #if ( configCHECK_FOR_STACK_OVERFLOW > 0 )
DFreeRTOS.h646 #ifndef configCHECK_FOR_STACK_OVERFLOW
647 #define configCHECK_FOR_STACK_OVERFLOW 0 macro
/Kernel-v11.0.1/portable/MPLAB/PIC32MX/
Dport.c96 #if( configCHECK_FOR_STACK_OVERFLOW > 2 )
249 #if ( configCHECK_FOR_STACK_OVERFLOW > 2 ) in xPortStartScheduler()
/Kernel-v11.0.1/portable/MPLAB/PIC32MEC14xx/
Dport.c111 #if( configCHECK_FOR_STACK_OVERFLOW > 2 )
256 #if ( configCHECK_FOR_STACK_OVERFLOW > 2 ) in xPortStartScheduler()
/Kernel-v11.0.1/portable/MPLAB/PIC32MZ/
Dport.c118 #if( configCHECK_FOR_STACK_OVERFLOW > 2 )
266 #if ( configCHECK_FOR_STACK_OVERFLOW > 2 ) in xPortStartScheduler()
/Kernel-v11.0.1/examples/coverity/
DFreeRTOSConfig.h96 #define configCHECK_FOR_STACK_OVERFLOW 0 macro
/Kernel-v11.0.1/examples/template_configuration/
DFreeRTOSConfig.h336 #define configCHECK_FOR_STACK_OVERFLOW 2 macro
/Kernel-v11.0.1/portable/IAR/RISC-V/
Dport.c116 #if defined( configISR_STACK_SIZE_WORDS ) && ( configCHECK_FOR_STACK_OVERFLOW > 2 )
/Kernel-v11.0.1/portable/GCC/RISC-V/
Dport.c108 #if defined( configISR_STACK_SIZE_WORDS ) && ( configCHECK_FOR_STACK_OVERFLOW > 2 )
/Kernel-v11.0.1/portable/GCC/TriCore_1782/
Dport.c44 #if configCHECK_FOR_STACK_OVERFLOW > 0
/Kernel-v11.0.1/
Dtasks.c123 #if ( ( configCHECK_FOR_STACK_OVERFLOW > 1 ) || ( configUSE_TRACE_FACILITY == 1 ) || ( INCLUDE_uxTa…