Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dready.rs28 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 Dschedule_io.rs194 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 Ddriver.rs167 fn dispatch(&mut self, token: Token, ready: Ready) { in dispatch()
/ohos5.0/foundation/ability/idl_tool/test/rust/common/
H A Didl_common.h52 int Ready(int argc, char** argv) in Ready() function
/ohos5.0/foundation/ability/idl_tool/test/ts/common/
H A Didl_common.h52 int Ready(int argc, char** argv) in Ready() function
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.h270 bool Ready() const in Ready() function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dtry_join3.rs70 Ready(F::Output), enumerator
H A Dchild.rs28 Ready(ExitStatus), enumerator
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Ddatagram.rs98 pub async fn ready(&self, interest: Interest) -> Result<Ready> { in ready()
H A Dstream.rs168 pub async fn ready(&self, interest: Interest) -> Result<Ready> { in ready()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Daddr.rs56 Ready(io::Result<I>), enumerator
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs42 Ready(Frame), enumerator