Searched refs:logging_thread (Results 1 – 3 of 3) sorted by relevance
209 extern struct k_thread logging_thread; in llext_log_flush()211 int log_prio = k_thread_priority_get(&logging_thread); in llext_log_flush()237 k_thread_priority_set(&logging_thread, target_prio); in llext_log_flush()244 k_thread_priority_set(&logging_thread, log_prio); in llext_log_flush()247 k_thread_priority_set(&logging_thread, cur_prio); in llext_log_flush()
972 struct k_thread logging_thread; variable980 k_thread_create(&logging_thread, logging_stack, in enable_logger()987 k_thread_name_set(&logging_thread, "logging"); in enable_logger()
1297 * :github:`20604` - log will be discarded before logging_thread scheduled once