Searched refs:EventCreate (Results 1 – 3 of 3) sorted by relevance
253 EventCreate(base::Error), enumerator290 EventCreate(e) => write!(f, "failed to create event: {}", e), in fmt()360 let irqfd = Event::new().map_err(DeviceRegistrationError::EventCreate)?; in generate_pci_root()361 let irq_resample_fd = Event::new().map_err(DeviceRegistrationError::EventCreate)?; in generate_pci_root()454 let irq_evt = Event::new().map_err(DeviceRegistrationError::EventCreate)?; in add_goldfish_battery()455 let irq_resample_evt = Event::new().map_err(DeviceRegistrationError::EventCreate)?; in add_goldfish_battery()
342 cuda(EventCreate(&start)); in hs_bench()343 cuda(EventCreate(&end)); in hs_bench()
502 cuda(EventCreate(&event_before));