Home
last modified time | relevance | path

Searched refs:configUSE_PREEMPTION (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/mqtt/host_test/mocks/include/freertos/
DFreeRTOSConfig.h87 #define configUSE_PREEMPTION 1 macro
/hal_espressif-3.6.0/components/freertos/include/esp_additions/freertos/
DFreeRTOSConfig.h137 #define configUSE_PREEMPTION 1 macro
/hal_espressif-3.6.0/components/freertos/
Dtasks.c73 #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()
Dqueue.c96 #if ( configUSE_PREEMPTION == 0 )
DHistory.txt508 configUSE_PREEMPTION is 0.
889 configUSE_PREEMPTION is set to 0). It is important to note that the
891 description only applies when configUSE_PREEMPTION is set to 0:
893 WHEN configUSE_PREEMPTION IS SET TO 0 (which is in a small minority of
902 Blocked state or task A calls taskYIELD(). [If configUSE_PREEMPTION is not
2360 + vTaskStartScheduler() no longer takes the configUSE_PREEMPTION
/hal_espressif-3.6.0/components/freertos/include/freertos/
DFreeRTOS.h93 #ifndef configUSE_PREEMPTION
94 …#error Missing definition: configUSE_PREEMPTION must be defined in FreeRTOSConfig.h as either 1 o…