pub unsafe extern "C" fn vPortYieldOtherCore(coreid: BaseType_t)
Expand description

@brief Yields the other core

@note Added to be compatible with SMP API @note [refactor-todo] Put this into private macros as its only called from task.c and is not public API @param coreid ID of core to yield