Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/logging/
Dlog_internal.h133 bool z_log_msg_pending(void);
Dlog_ctrl.h219 return IS_ENABLED(CONFIG_LOG_MODE_DEFERRED) ? z_log_msg_pending() : false; in log_data_pending()
/Zephyr-Core-3.5.0/subsys/logging/
Dlog_core.c544 return z_log_msg_pending(); in z_impl_log_process()
746 bool z_log_msg_pending(void) in z_log_msg_pending() function