Searched refs:vPortYieldCore (Results 1 – 2 of 2) sorted by relevance
134 extern void vPortYieldCore( uint32_t coreID );136 #define portYIELD_CORE( x ) vPortYieldCore( x )
248 void vPortYieldCore( uint32_t xCoreID );478 vPortYieldCore( xCoreID ); in xPortStartScheduler()555 void vPortYieldCore( uint32_t xCoreID ) in vPortYieldCore() function
Completed in 5 milliseconds