Home
last modified time | relevance | path

Searched refs:logging_thread (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/llext/
Dllext.c209 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()
/Zephyr-latest/subsys/logging/
Dlog_core.c972 struct k_thread logging_thread; variable
980 k_thread_create(&logging_thread, logging_stack, in enable_logger()
987 k_thread_name_set(&logging_thread, "logging"); in enable_logger()
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst1297 * :github:`20604` - log will be discarded before logging_thread scheduled once