Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
DFreeRTOS.h326 #ifndef configIDLE_SHOULD_YIELD
327 #define configIDLE_SHOULD_YIELD 1 macro
/Kernel-v10.6.2/
Dtasks.c3518 #if ( ( configUSE_PREEMPTION == 1 ) && ( configIDLE_SHOULD_YIELD == 1 ) ) in portTASK_FUNCTION()
DHistory.txt312 configIDLE_SHOULD_YIELD is set to 0.
2621 + Added a new conditional compilation macro configIDLE_SHOULD_YIELD.