Home
last modified time | relevance | path

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

/Kernel-v11.0.1/examples/coverity/
DFreeRTOSConfig.h51 #define configIDLE_SHOULD_YIELD 1 macro
/Kernel-v11.0.1/examples/template_configuration/
DFreeRTOSConfig.h141 #define configIDLE_SHOULD_YIELD 1 macro
/Kernel-v11.0.1/include/
DFreeRTOS.h341 #ifndef configIDLE_SHOULD_YIELD
342 #define configIDLE_SHOULD_YIELD 1 macro
/Kernel-v11.0.1/
Dtasks.c5735 #if ( ( configUSE_PREEMPTION == 1 ) && ( configIDLE_SHOULD_YIELD == 1 ) ) in portTASK_FUNCTION()
5824 #if ( ( configUSE_PREEMPTION == 1 ) && ( configIDLE_SHOULD_YIELD == 1 ) ) in portTASK_FUNCTION()
DHistory.txt404 configIDLE_SHOULD_YIELD is set to 0.
2713 + Added a new conditional compilation macro configIDLE_SHOULD_YIELD.