Searched refs:configIDLE_SHOULD_YIELD (Results 1 – 5 of 5) sorted by relevance
51 #define configIDLE_SHOULD_YIELD 1 macro
141 #define configIDLE_SHOULD_YIELD 1 macro
359 #ifndef configIDLE_SHOULD_YIELD360 #define configIDLE_SHOULD_YIELD 1 macro
5696 #if ( ( configUSE_PREEMPTION == 1 ) && ( configIDLE_SHOULD_YIELD == 1 ) ) in portTASK_FUNCTION()5785 #if ( ( configUSE_PREEMPTION == 1 ) && ( configIDLE_SHOULD_YIELD == 1 ) ) in portTASK_FUNCTION()
481 configIDLE_SHOULD_YIELD is set to 0.2790 + Added a new conditional compilation macro configIDLE_SHOULD_YIELD.