Home
last modified time | relevance | path

Searched refs:select_inner (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dselector.rs109 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