Function esp_idf_sys::vPortYieldOtherCore

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

@brief 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

@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