Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dselector.rs363 fn update_while_idle(&mut self, self_arc: &Pin<Arc<Mutex<SockState>>>) -> io::Result<()> { in update_while_idle() method
438 SockPollStatus::Idle => self.update_while_idle(self_arc), in update()