Home
last modified time | relevance | path

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

/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h533 #define configUSE_TASK_PREEMPTION_DISABLE 0 macro
/Kernel-v11.1.0/include/
DFreeRTOS.h343 #ifndef configUSE_TASK_PREEMPTION_DISABLE
344 #define configUSE_TASK_PREEMPTION_DISABLE 0 macro
2864 #if ( ( configRUN_MULTIPLE_PRIORITIES == 0 ) && ( configUSE_TASK_PREEMPTION_DISABLE != 0 ) )
2868 #if ( ( configUSE_PREEMPTION == 0 ) && ( configUSE_TASK_PREEMPTION_DISABLE != 0 ) )
2872 #if ( ( configNUMBER_OF_CORES == 1 ) && ( configUSE_TASK_PREEMPTION_DISABLE != 0 ) )
2873 #error configUSE_TASK_PREEMPTION_DISABLE is not supported in single core FreeRTOS
3156 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
Dtask.h1415 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
1449 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
/Kernel-v11.1.0/
Dtasks.c380 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
921 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 ) in prvYieldForTask()
1227 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 ) in prvSelectHighestPriorityTask()
2850 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 ) in vTaskPrioritySet()
3065 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
3087 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
4879 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 ) in xTaskIncrementTick()