Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/tty/
Dmod.rs54 stdin_tx: mpsc::Sender<u8>, field
84 let (stdin_tx, stdin_rx) = mpsc::channel::<u8>(Self::STDIN_BUF_SIZE); in new()
90 stdin_tx, in new()
202 let r: Result<mpsc::SendRef<u8>, TrySendError> = self.stdin_tx.try_send_ref(); in write_stdin()