Searched refs:select_inner (Results 1 – 1 of 1) sorted by relevance
109 let len = self.select_inner(events, timeout)?; in select()115 self.select_inner(events, timeout)?; in select()121 fn select_inner(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<usize> { in select_inner() method