Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dtty_device.rs54 pub struct InnerTtyDevice { struct
67 impl InnerTtyDevice { implementation
103 inner: RwLock<InnerTtyDevice>,
115 inner: RwLock::new(InnerTtyDevice::new()), in new()
126 pub fn inner_write(&self) -> RwLockWriteGuard<InnerTtyDevice> { in inner_write() argument