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
341 #ifndef configIDLE_SHOULD_YIELD342 #define configIDLE_SHOULD_YIELD 1 macro
5735 #if ( ( configUSE_PREEMPTION == 1 ) && ( configIDLE_SHOULD_YIELD == 1 ) ) in portTASK_FUNCTION()5824 #if ( ( configUSE_PREEMPTION == 1 ) && ( configIDLE_SHOULD_YIELD == 1 ) ) in portTASK_FUNCTION()
404 configIDLE_SHOULD_YIELD is set to 0.2713 + Added a new conditional compilation macro configIDLE_SHOULD_YIELD.