Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui.rs42 static ENABLE_PUT_TO_WINDOW: AtomicBool = AtomicBool::new(false); constant
46 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()