Home
last modified time | relevance | path

Searched defs:Interest (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dinterest.rs18 pub struct Interest(NonZeroU8); struct
25 impl Interest { impl
32 pub const fn add(self, other: Interest) -> Interest { in add()
64 impl ops::BitOr for Interest { implementation
H A Dsource.rs35 interests: Interest, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dnet.rs49 interests: Interest, in register()
110 interests: Interest, in new()
H A Dselector.rs65 interests: Interest, in register()
209 interests: Interest, in register()
237 interests: Interest, in reregister()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dsource_fd.rs28 interests: Interest, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Ddriver.rs374 interest: Interest, in register_source_with_token()
383 interest: Interest, in register_source()
411 interest: Interest, in register_source_with_token()
428 interest: Interest, in register_source()
H A Dasync_source.rs78 pub(crate) async fn async_process<F, R>(&self, interest: Interest, mut op: F) -> io::Result<R> in async_process()
H A Dschedule_io.rs132 interest: Interest, in poll_readiness()
329 interest: Interest, in poll_init()
402 interest: Interest, in poll_state()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dlistener.rs180 interests: Interest, in register()
H A Dstream.rs284 interests: Interest, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Dlistener.rs170 interests: Interest, in register()
H A Ddatagram.rs267 interests: Interest, in register()
H A Dstream.rs225 interests: Interest, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dlistener.rs149 interests: Interest, in register()
H A Dstream.rs324 interests: Interest, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
H A Dpipe.rs71 interests: Interest, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
H A Dudp_socket.rs761 interests: Interest, in register()
780 interests: Interest, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
H A Dudp_socket.rs641 interests: Interest, in register()
661 interests: Interest, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dsys.rs157 interests: Interest, in register()