esp_crosscore_int_send_yield() function
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.
Syntax
void esp_crosscore_int_send_yield(int core_id); Arguments
core_id
Core that should do the yielding
![]()
void esp_crosscore_int_send_yield(int core_id);
esp_crosscore_int_send_yield() is called by 4 functions and calls 1 function:
![]()
esp_crosscore_int_send_yield()
esp_crosscore_int_send_yield():
![]()
esp_crosscore_int_send_yield()