Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/logging/
Dlog_core.c311 static uint32_t z_log_init(bool blocking, bool can_sleep) in z_log_init() argument
355 if (IS_ENABLED(CONFIG_MULTITHREADING) && can_sleep) { in z_log_init()