Searched defs:ioevents (Results 1 – 4 of 4) sorted by relevance
71 ioevents: FnvHashMap<IoEventAddress, Event>, field206 let mut ioevents = FnvHashMap::default(); in try_clone() localVariable
555 ioevents: Vec<Event>, field1034 ioevents: Vec<Event>, field1092 let mut ioevents = Vec::new(); in new() localVariable1203 let ioevents: Vec<Event> = self in start_pin_thread() localVariable
81 ioevents: FnvHashMap<IoEventAddress, Event>, field483 let mut ioevents = FnvHashMap::default(); in try_clone() localVariable
103 pub fn ioevents(&self) -> Vec<(&Event, u64, Datamatch)> { in ioevents() method