Searched refs:in_panic (Results 1 – 4 of 4) sorted by relevance
13 static volatile bool in_panic; variable69 in_panic = true; in panic()
25 volatile bool in_panic; member101 if (!IS_ENABLED(CONFIG_LOG_BACKEND_UART_ASYNC) || lb_data->in_panic || in char_out()205 data->in_panic = true; in panic()
74 static volatile bool in_panic; /* Indicates that logging is in panic state. */ variable100 if (!IS_ENABLED(CONFIG_UART_ASYNC_API) && !in_panic) { in tx()112 if (in_panic) { in tx()275 if (in_panic) { in log_frontend_msg()317 in_panic = true; in log_frontend_panic()
52 static bool in_panic; variable83 zassert_false(in_panic, "Logger in panic state."); in log_setup()