Searched refs:configUSE_TASK_PREEMPTION_DISABLE (Results 1 – 4 of 4) sorted by relevance
547 #define configUSE_TASK_PREEMPTION_DISABLE 0 macro
360 #ifndef configUSE_TASK_PREEMPTION_DISABLE361 #define configUSE_TASK_PREEMPTION_DISABLE 0 macro2889 #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 FreeRTOS3181 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
1418 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )1452 #if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
396 #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