Searched refs:spawn_input_thread (Results 1 – 5 of 5) sorted by relevance
21 use crate::virtio::console::sys::spawn_input_thread;116 let thread = spawn_input_thread(input, thread_in_avail_evt, self.input_buffer.clone()); in start_input_thread()
15 pub(in crate::virtio::console) use platform::spawn_input_thread;
167 fn spawn_input_thread(&mut self) { in spawn_input_thread() method475 self.spawn_input_thread(); in read()546 self.spawn_input_thread(); in snapshot()609 self.spawn_input_thread(); in wake()
91 pub(in crate::virtio::console) fn spawn_input_thread( in spawn_input_thread() function
100 pub(in crate::virtio::console) fn spawn_input_thread( in spawn_input_thread() function