Home
last modified time | relevance | path

Searched refs:portMAX_CORE_COUNT (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/xClang/XCOREAI/
Dportmacro.h51 #define portMAX_CORE_COUNT 8 macro
74 #if ( configNUMBER_OF_CORES < 1 || portMAX_CORE_COUNT < configNUMBER_OF_CORES )
90 extern uint32_t ulPortYieldRequired[ portMAX_CORE_COUNT ]; \
Dport.c13 uint32_t ulPortYieldRequired[ portMAX_CORE_COUNT ] = { pdFALSE };
244 if( ( configNUMBER_OF_CORES > portMAX_CORE_COUNT ) || ( configNUMBER_OF_CORES <= 0 ) ) in xPortStartScheduler()
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/include/
Dportmacro.h129 #define portMAX_CORE_COUNT 2 macro
132 #if ( configNUMBER_OF_CORES < 1 || portMAX_CORE_COUNT < configNUMBER_OF_CORES )
140 #if configNUMBER_OF_CORES == portMAX_CORE_COUNT
213 static uint8_t ucOwnedByCore[ portMAX_CORE_COUNT ]; in vPortRecursiveLock()
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
Dport.c50 #define portRUNNING_ON_BOTH_CORES ( configNUMBER_OF_CORES == portMAX_CORE_COUNT )