Searched refs:configUSE_PREEMPTION (Results 1 – 6 of 6) sorted by relevance
87 #define configUSE_PREEMPTION 1 macro
137 #define configUSE_PREEMPTION 1 macro
73 #if ( configUSE_PREEMPTION == 0 )2611 #if ( configUSE_PREEMPTION != 0 ) in xTaskResumeAll()3044 #if ( configUSE_PREEMPTION == 1 ) in xTaskAbortDelay()3194 #if ( configUSE_PREEMPTION == 1 ) in xTaskIncrementTick()3217 #if ( ( configUSE_PREEMPTION == 1 ) && ( configUSE_TIME_SLICING == 1 ) ) in xTaskIncrementTick()3236 #if ( configUSE_PREEMPTION == 1 ) in xTaskIncrementTick()3932 #if ( configUSE_PREEMPTION == 0 ) in portTASK_FUNCTION()3942 #if ( ( configUSE_PREEMPTION == 1 ) && ( configIDLE_SHOULD_YIELD == 1 ) ) in portTASK_FUNCTION()
96 #if ( configUSE_PREEMPTION == 0 )
508 configUSE_PREEMPTION is 0.889 configUSE_PREEMPTION is set to 0). It is important to note that the891 description only applies when configUSE_PREEMPTION is set to 0:893 WHEN configUSE_PREEMPTION IS SET TO 0 (which is in a small minority of902 Blocked state or task A calls taskYIELD(). [If configUSE_PREEMPTION is not2360 + vTaskStartScheduler() no longer takes the configUSE_PREEMPTION
93 #ifndef configUSE_PREEMPTION94 …#error Missing definition: configUSE_PREEMPTION must be defined in FreeRTOSConfig.h as either 1 o…