Searched refs:current_core (Results 1 – 1 of 1) sorted by relevance
369 const int current_core = 0; in task_wdt_timeout_handling() local391 ESP_EARLY_LOGE(TAG, "Print CPU %d (current core) backtrace", current_core); in task_wdt_timeout_handling()409 ESP_EARLY_LOGE(TAG, "Print CPU %d (current core) backtrace", current_core); in task_wdt_timeout_handling()412 ESP_EARLY_LOGE(TAG, "Print CPU %d (current core) registers", current_core); in task_wdt_timeout_handling()413 panic_print_registers(frame, current_core); in task_wdt_timeout_handling()429 void task_wdt_timeout_abort_xtensa(bool current_core) in task_wdt_timeout_abort_xtensa() argument451 if (current_core) { in task_wdt_timeout_abort_xtensa()461 const int current_core = xPortGetCoreID(); in task_wdt_timeout_handling() local465 const int other_core = !current_core; in task_wdt_timeout_handling()470 ESP_EARLY_LOGE(TAG, "Print CPU %d (current core) backtrace", current_core); in task_wdt_timeout_handling()[all …]