Home
last modified time | relevance | path

Searched defs:FlushOnDropTube (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/src/sys/windows/
Dcontrol_server.rs108 pub fn accept(&mut self) -> FlushOnDropTube { in accept()
132 client_tube_send_channel: mpsc::Sender<FlushOnDropTube>, in server_listener_loop()
199 client_tube_send_channel: &mpsc::Sender<FlushOnDropTube>, in connect_client()
/external/crosvm/base/src/sys/windows/
Dtube.rs504 pub struct FlushOnDropTube(pub Tube); struct
506 impl FlushOnDropTube { implementation
512 impl Drop for FlushOnDropTube { implementation