Home
last modified time | relevance | path

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

/Kernel-v11.1.0/examples/coverity/
DFreeRTOSConfig.h51 #define configIDLE_SHOULD_YIELD 1 macro
/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h141 #define configIDLE_SHOULD_YIELD 1 macro
/Kernel-v11.1.0/include/
DFreeRTOS.h359 #ifndef configIDLE_SHOULD_YIELD
360 #define configIDLE_SHOULD_YIELD 1 macro
/Kernel-v11.1.0/
Dtasks.c5696 #if ( ( configUSE_PREEMPTION == 1 ) && ( configIDLE_SHOULD_YIELD == 1 ) ) in portTASK_FUNCTION()
5785 #if ( ( configUSE_PREEMPTION == 1 ) && ( configIDLE_SHOULD_YIELD == 1 ) ) in portTASK_FUNCTION()
DHistory.txt481 configIDLE_SHOULD_YIELD is set to 0.
2790 + Added a new conditional compilation macro configIDLE_SHOULD_YIELD.