Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dafd.rs40 pub const ALL_EVENTS: u32 = POLL_RECEIVE const
H A Dselector.rs404 if (self.user_interests_flags & afd::ALL_EVENTS & !self.polling_interests_flags) == 0 { in update_while_pending()