[][src]Function esp_idf_sys::esp_crosscore_int_send_yield

pub unsafe extern "C" fn esp_crosscore_int_send_yield(core_id: c_int)

Send an interrupt to a CPU indicating it should yield its currently running task in favour of a higher-priority task that presumably just woke up.

This is used internally by FreeRTOS in multicore mode and should not be called by the user.

@param core_id Core that should do the yielding