Searched refs:INIT_FLAG (Results 1 – 2 of 2) sorted by relevance
100 static INIT_FLAG: AtomicBool = AtomicBool::new(false); in init() variable101 if INIT_FLAG in init()
66 static INIT_FLAG: AtomicBool = AtomicBool::new(false); in init() constant67 let prev = INIT_FLAG.swap(true, Ordering::SeqCst); in init()