Searched refs:ENABLE_PUT_TO_WINDOW (Results 1 – 1 of 1) sorted by relevance
42 static ENABLE_PUT_TO_WINDOW: AtomicBool = AtomicBool::new(false); constant46 ENABLE_PUT_TO_WINDOW.store(true, Ordering::SeqCst); in textui_enable_put_to_window()51 ENABLE_PUT_TO_WINDOW.store(false, Ordering::SeqCst); in textui_disable_put_to_window()59 ENABLE_PUT_TO_WINDOW.load(Ordering::SeqCst) in textui_is_enable_put_to_window()