Searched refs:InnerTtyDevice (Results 1 – 1 of 1) sorted by relevance
54 pub struct InnerTtyDevice { struct67 impl InnerTtyDevice { argument103 inner: RwLock<InnerTtyDevice>,115 inner: RwLock::new(InnerTtyDevice::new()), in new()126 pub fn inner_write(&self) -> RwLockWriteGuard<InnerTtyDevice> { in inner_write() argument