Searched defs:select (Results 1 – 6 of 6) sorted by relevance
19 mod select; module
168 macro_rules! select { macro
35 mod select; module
54 pub fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select() method
47 pub fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select() method
57 pub(crate) fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select() method104 fn select(&self, events: &mut Events, timeout: Option<Duration>) -> io::Result<()> { in select() method