Searched refs:other_core (Results 1 – 1 of 1) sorted by relevance
465 const int other_core = !current_core; in task_wdt_timeout_handling() local473 esp_crosscore_int_send_twdt_abort(other_core); in task_wdt_timeout_handling()477 } else if (cores_fail & BIT(other_core)) { in task_wdt_timeout_handling()479 esp_crosscore_int_send_twdt_abort(other_core); in task_wdt_timeout_handling()492 const int other_core = !current_core; in task_wdt_timeout_handling() local493 if (cores_fail & BIT(other_core)) { in task_wdt_timeout_handling()494 ESP_EARLY_LOGE(TAG, "Print CPU %d backtrace", other_core); in task_wdt_timeout_handling()495 esp_crosscore_int_send_print_backtrace(other_core); in task_wdt_timeout_handling()