Searched defs:Ready (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
H A 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() 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 149 impl ops::Sub<Ready> for Ready { implementation [all …]
|
H A 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()
|
H A D | driver.rs | 167 fn dispatch(&mut self, token: Token, ready: Ready) { in dispatch()
|
/ohos5.0/foundation/ability/idl_tool/test/rust/common/ |
H A D | idl_common.h | 52 int Ready(int argc, char** argv) in Ready() function
|
/ohos5.0/foundation/ability/idl_tool/test/ts/common/ |
H A D | idl_common.h | 52 int Ready(int argc, char** argv) in Ready() function
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | node_impl.h | 270 bool Ready() const in Ready() function
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/ |
H A D | try_join3.rs | 70 Ready(F::Output), enumerator
|
H A D | child.rs | 28 Ready(ExitStatus), enumerator
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/ |
H A D | datagram.rs | 98 pub async fn ready(&self, interest: Interest) -> Result<Ready> { in ready()
|
H A D | stream.rs | 168 pub async fn ready(&self, interest: Interest) -> Result<Ready> { in ready()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
H A D | addr.rs | 56 Ready(io::Result<I>), enumerator
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
H A D | streams.rs | 42 Ready(Frame), enumerator
|