Searched refs:configUSE_TASK_PREEMPTION_DISABLE (Results 1 – 4 of 4) sorted by relevance
533 #define configUSE_TASK_PREEMPTION_DISABLE 0 macro
343 #ifndef configUSE_TASK_PREEMPTION_DISABLE344 #define configUSE_TASK_PREEMPTION_DISABLE 0 macro2864 #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 FreeRTOS3156 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
1415 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )1449 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
380 #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()