Searched defs:Ready (Results 1 – 9 of 9) sorted by relevance
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
| D | ready.rs | 28 pub 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 …]
|
| D | schedule_io.rs | 194 f: impl Fn(Ready) -> Ready, in set_readiness() 247 pub(crate) fn wake(&self, ready: Ready) { in wake() 251 fn wake0(&self, ready: Ready, shutdown: bool) { in wake0()
|
| D | driver.rs | 167 fn dispatch(&mut self, token: Token, ready: Ready) { in dispatch()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/ |
| D | try_join3.rs | 70 Ready(F::Output), enumerator
|
| D | child.rs | 28 Ready(ExitStatus), enumerator
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/ |
| D | datagram.rs | 98 pub async fn ready(&self, interest: Interest) -> Result<Ready> { in ready()
|
| D | stream.rs | 168 pub async fn ready(&self, interest: Interest) -> Result<Ready> { in ready()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
| D | addr.rs | 56 Ready(io::Result<I>), enumerator
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
| D | streams.rs | 42 Ready(Frame), enumerator
|