Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/host_backend/
Dhost_backend_device_provider.rs168 let arc_mutex_device = Arc::new(Mutex::new(device)); in handle_attach_device() localVariable
171 device: arc_mutex_device.clone(), in handle_attach_device()
185 device: arc_mutex_device.clone(), in handle_attach_device()
190 if let Err(e) = arc_mutex_device.lock().reset() { in handle_attach_device()
197 arc_mutex_device, in handle_attach_device()