vPortYieldOtherCore() function
Yields the other core - Send an interrupt to another core in order to make the task running on it yield for a higher-priority task. - Can be used to yield current core as well
Arguments
coreid
ID of core to yield
Notes
[refactor-todo] Put this into private macros as its only called from task.c and is not public API
vPortYieldOtherCore() is called by 4 functions and calls 1 function:
![]()
vPortYieldOtherCore()
vPortYieldOtherCore():
![]()
vPortYieldOtherCore()