Searched refs:portYIELD_CORE (Results 1 – 5 of 5) sorted by relevance
122 #define portYIELD_CORE( x ) do {} while( 0 ) macro
102 #define portYIELD_CORE( x ) vPortYieldOtherCore( x ) macro
153 #define portYIELD_CORE( a ) vYieldCore( a ) macro
419 #ifndef portYIELD_CORE422 #define portYIELD_CORE( x ) portYIELD() macro424 #error configNUMBER_OF_CORES is set to more than 1 then portYIELD_CORE must also be defined.
345 portYIELD_CORE( xCoreID ); \