Home
last modified time | relevance | path

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

/Kernel-v11.0.1/examples/template_configuration/
DFreeRTOSConfig.h503 #define configUSE_TASK_PREEMPTION_DISABLE 0 macro
/Kernel-v11.0.1/include/
DFreeRTOS.h325 #ifndef configUSE_TASK_PREEMPTION_DISABLE
326 #define configUSE_TASK_PREEMPTION_DISABLE 0 macro
2792 #if ( ( configRUN_MULTIPLE_PRIORITIES == 0 ) && ( configUSE_TASK_PREEMPTION_DISABLE != 0 ) )
2796 #if ( ( configUSE_PREEMPTION == 0 ) && ( configUSE_TASK_PREEMPTION_DISABLE != 0 ) )
2800 #if ( ( configNUMBER_OF_CORES == 1 ) && ( configUSE_TASK_PREEMPTION_DISABLE != 0 ) )
2801 #error configUSE_TASK_PREEMPTION_DISABLE is not supported in single core FreeRTOS
3084 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
Dtask.h1414 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
1448 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
/Kernel-v11.0.1/
Dtasks.c373 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
914 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 ) in prvYieldForTask()
1219 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 ) in prvSelectHighestPriorityTask()
2849 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 ) in vTaskPrioritySet()
3064 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
3086 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
4921 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 ) in xTaskIncrementTick()