Searched defs:kill_evt (Results  1 – 11 of 11) sorted by relevance
| /external/crosvm/devices/src/virtio/vhost/user/vmm/handler/ | 
| D | worker.rs | 24     pub kill_evt: Event,  field 44         let kill_evt = self.kill_evt.try_clone().expect("failed to clone kill_evt");  in run()  localVariable
  | 
| /external/crosvm/tests/ | 
| D | plugin_irqfd.c | 78     int kill_evt;  member 138     int kill_evt = crosvm_get_shutdown_eventfd(crosvm);  in main()  local
  | 
| D | mini_plugin_template.c | 93     int kill_evt = crosvm_get_shutdown_eventfd(crosvm);  in main()  local
  | 
| /external/crosvm/devices/src/serial/sys/ | 
| D | windows.rs | 35     pub kill_evt: Option<Event>,  field 141     kill_evt: Event,  field
  | 
| /external/crosvm/devices/src/virtio/video/ | 
| D | mod.rs | 125     kill_evt: Option<Event>,  field
  | 
| /external/crosvm/devices/src/virtio/ | 
| D | console.rs | 183     kill_evt: Event,  field
  | 
| D | net.rs | 327     kill_evt: Event,  field
  | 
| /external/crosvm/src/crosvm/plugin/ | 
| D | process.rs | 153     kill_evt: Event,  field
  | 
| /external/crosvm/rutabaga_gfx/src/cross_domain/ | 
| D | cross_domain.rs | 112     kill_evt: Option<Sender>,  field
  | 
| /external/crosvm/devices/src/virtio/vsock/sys/windows/ | 
| D | vsock.rs | 1253         let kill_evt = EventAsync::new(kill_evt, &ex).expect("Failed to set up the kill event");  in run()  localVariable
  | 
| /external/crosvm/devices/src/virtio/gpu/ | 
| D | mod.rs | 824     kill_evt: Event,  field
  |