Home
last modified time | relevance | path

Searched refs:configUSE_TASK_PREEMPTION_DISABLE (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Kernel/examples/template_configuration/
A DFreeRTOSConfig.h547 #define configUSE_TASK_PREEMPTION_DISABLE 0 macro
/FreeRTOS-Kernel/include/
A DFreeRTOS.h360 #ifndef configUSE_TASK_PREEMPTION_DISABLE
361 #define configUSE_TASK_PREEMPTION_DISABLE 0 macro
2889 #if ( ( configRUN_MULTIPLE_PRIORITIES == 0 ) && ( configUSE_TASK_PREEMPTION_DISABLE != 0 ) )
2893 #if ( ( configUSE_PREEMPTION == 0 ) && ( configUSE_TASK_PREEMPTION_DISABLE != 0 ) )
2897 #if ( ( configNUMBER_OF_CORES == 1 ) && ( configUSE_TASK_PREEMPTION_DISABLE != 0 ) )
2898 #error configUSE_TASK_PREEMPTION_DISABLE is not supported in single core FreeRTOS
3181 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
A Dtask.h1418 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
1452 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
/FreeRTOS-Kernel/
A Dtasks.c396 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
943 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 ) in prvYieldForTask()
1249 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 ) in prvSelectHighestPriorityTask()
2882 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 ) in vTaskPrioritySet()
3091 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
3114 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
4930 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 ) in xTaskIncrementTick()

Completed in 32 milliseconds