Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/logging/
Dlog_internal.h133 bool z_log_msg_pending(void);
Dlog_ctrl.h239 return IS_ENABLED(CONFIG_LOG_MODE_DEFERRED) ? z_log_msg_pending() : false; in log_data_pending()
/Zephyr-Core-3.6.0/subsys/logging/
Dlog_core.c562 return z_log_msg_pending(); in z_impl_log_process()
764 bool z_log_msg_pending(void) in z_log_msg_pending() function