Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/logging/
Dlog_internal.h131 bool z_log_msg_pending(void);
Dlog_ctrl.h247 return IS_ENABLED(CONFIG_LOG_MODE_DEFERRED) ? z_log_msg_pending() : false; in log_data_pending()
/Zephyr-latest/subsys/logging/
Dlog_core.c591 return z_log_msg_pending(); in z_impl_log_process()
808 bool z_log_msg_pending(void) in z_log_msg_pending() function