Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/
Dlog_output.c300 bool thread_on, in ids_print() argument
312 if (IS_ENABLED(CONFIG_LOG_THREAD_ID_PREFIX) && thread_on) { in ids_print()
442 bool *thread_on, in syslog_print() argument
464 if (*thread_on) { in syslog_print()
482 *thread_on = false; in syslog_print()
588 bool thread_on = IS_ENABLED(CONFIG_LOG_THREAD_ID_PREFIX) && in prefix_print() local
620 length += syslog_print(output, level_on, func_on, &thread_on, domain, in prefix_print()
626 length += ids_print(output, level_on, func_on, thread_on, domain, in prefix_print()