Searched refs:arc_mutex_device (Results 1 – 1 of 1) sorted by relevance
168 let arc_mutex_device = Arc::new(Mutex::new(device)); in handle_attach_device() localVariable171 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()