Searched refs:uxCore (Results 1 – 1 of 1) sorted by relevance
1209 UBaseType_t uxCore = ( UBaseType_t ) x; in prvSelectHighestPriorityTask() local1212 if( ( uxCoreMap & ( ( UBaseType_t ) 1U << uxCore ) ) != 0U ) in prvSelectHighestPriorityTask()1214 xTaskPriority = ( BaseType_t ) pxCurrentTCBs[ uxCore ]->uxPriority; in prvSelectHighestPriorityTask()1216 … if( ( pxCurrentTCBs[ uxCore ]->uxTaskAttributes & taskATTRIBUTE_IS_IDLE ) != 0U ) in prvSelectHighestPriorityTask()1221 uxCoreMap &= ~( ( UBaseType_t ) 1U << uxCore ); in prvSelectHighestPriorityTask()1224 ( taskTASK_IS_RUNNING( pxCurrentTCBs[ uxCore ] ) != pdFALSE ) && in prvSelectHighestPriorityTask()1225 ( xYieldPendings[ uxCore ] == pdFALSE ) ) in prvSelectHighestPriorityTask()1228 if( pxCurrentTCBs[ uxCore ]->xPreemptionDisable == pdFALSE ) in prvSelectHighestPriorityTask()1232 xLowestPriorityCore = ( BaseType_t ) uxCore; in prvSelectHighestPriorityTask()