Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/logging/log_custom_header/src/
Dlog_custom_header.c56 LOG_PROCESS(); in ZTEST()
61 LOG_PROCESS(); in ZTEST()
66 LOG_PROCESS(); in ZTEST()
71 LOG_PROCESS(); in ZTEST()
/Zephyr-latest/include/zephyr/logging/
Dlog_ctrl.h292 #define LOG_PROCESS() false macro
295 #define LOG_PROCESS() log_process() macro
301 #define LOG_PROCESS() false macro
/Zephyr-latest/subsys/debug/coredump/
Dcoredump_backend_intel_adsp_mem_window.c29 while (LOG_PROCESS()) { in coredump_mem_window_backend_start()
Dcoredump_backend_logging.c33 while (LOG_PROCESS()) { in coredump_logging_backend_start()
/Zephyr-latest/tests/subsys/logging/log_api/src/
Dmain.c78 while (LOG_PROCESS()) { in flush_log()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c945 while (LOG_PROCESS()) { in flush_log()
/Zephyr-latest/doc/services/logging/
Dindex.rst319 :c:macro:`LOG_PROCESS`) which handle the case where logging is disabled.
334 if (LOG_PROCESS() == false) {