Searched refs:configUSE_TASK_PREEMPTION_DISABLE (Results 1 – 4 of 4) sorted by relevance
503 #define configUSE_TASK_PREEMPTION_DISABLE 0 macro
325 #ifndef configUSE_TASK_PREEMPTION_DISABLE326 #define configUSE_TASK_PREEMPTION_DISABLE 0 macro2792 #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 FreeRTOS3084 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
1414 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )1448 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
373 #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()