Home
last modified time | relevance | path

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

/system/logging/rust/
Dlogger.rs22 static LOGGER_INITIALIZED: AtomicBool = AtomicBool::new(false); constant
83 if LOGGER_INITIALIZED.fetch_or(true, Ordering::SeqCst) { in init()
111 if LOGGER_INITIALIZED.fetch_or(true, Ordering::SeqCst) { in init()