Searched refs:INIT_FLAG (Results 1 – 2 of 2) sorted by relevance
112 static INIT_FLAG: AtomicBool = AtomicBool::new(false); in init() variable113 if INIT_FLAG in init()
68 static INIT_FLAG: AtomicBool = AtomicBool::new(false); in init() constant69 let prev = INIT_FLAG.swap(true, Ordering::SeqCst); in init()