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
401 #ifndef portYIELD_CORE404 #define portYIELD_CORE( x ) portYIELD() macro406 #error configNUMBER_OF_CORES is set to more than 1 then portYIELD_CORE must also be defined.
338 portYIELD_CORE( xCoreID ); \