Searched refs:portMAX_CORE_COUNT (Results 1 – 4 of 4) sorted by relevance
51 #define portMAX_CORE_COUNT 8 macro74 #if ( configNUMBER_OF_CORES < 1 || portMAX_CORE_COUNT < configNUMBER_OF_CORES )90 extern uint32_t ulPortYieldRequired[ portMAX_CORE_COUNT ]; \
13 uint32_t ulPortYieldRequired[ portMAX_CORE_COUNT ] = { pdFALSE };244 if( ( configNUMBER_OF_CORES > portMAX_CORE_COUNT ) || ( configNUMBER_OF_CORES <= 0 ) ) in xPortStartScheduler()
129 #define portMAX_CORE_COUNT 2 macro132 #if ( configNUMBER_OF_CORES < 1 || portMAX_CORE_COUNT < configNUMBER_OF_CORES )140 #if configNUMBER_OF_CORES == portMAX_CORE_COUNT213 static uint8_t ucOwnedByCore[ portMAX_CORE_COUNT ]; in vPortRecursiveLock()
50 #define portRUNNING_ON_BOTH_CORES ( configNUMBER_OF_CORES == portMAX_CORE_COUNT )