Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/console/
H A Dport.rs21 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()
H A Dsys.rs15 pub(in crate::virtio::console) use platform::spawn_input_thread;
/aosp_15_r20/external/crosvm/devices/src/
H A Dserial.rs167 fn spawn_input_thread(&mut self) { in spawn_input_thread() method
475 self.spawn_input_thread(); in read()
546 self.spawn_input_thread(); in snapshot()
609 self.spawn_input_thread(); in wake()
/aosp_15_r20/external/crosvm/devices/src/virtio/console/sys/
H A Dwindows.rs91 pub(in crate::virtio::console) fn spawn_input_thread( in spawn_input_thread() function
H A Dlinux.rs100 pub(in crate::virtio::console) fn spawn_input_thread( in spawn_input_thread() function