Home
last modified time | relevance | path

Searched defs:Ready (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dready.rs28 pub(crate) struct Ready(usize); struct
36 impl Ready { implementation
50 pub(crate) fn from_event(event: &Event) -> Ready { in from_event()
91 pub(crate) fn from_usize(val: usize) -> Ready { in from_usize()
99 pub(crate) fn from_interest(interest: Interest) -> Ready { in from_interest()
115 pub(crate) fn intersection(self, interest: Interest) -> Ready { in intersection()
124 impl ops::BitOr<Ready> for Ready { implementation
133 impl ops::BitOrAssign<Ready> for Ready { implementation
135 fn bitor_assign(&mut self, other: Ready) { in bitor_assign()
140 impl ops::BitAnd<Ready> for Ready { implementation
[all …]
Dschedule_io.rs194 f: impl Fn(Ready) -> Ready, in set_readiness()
243 pub(crate) fn wake(&self, ready: Ready) { in wake()
247 fn wake0(&self, ready: Ready, shutdown: bool) { in wake0()
Ddriver.rs160 fn dispatch(&mut self, token: Token, ready: Ready) { in dispatch()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Daddr.rs56 Ready(io::Result<I>), enumerator