Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_io/src/
Dinterest.rs18 pub struct Interest(NonZeroU8); struct
25 impl Interest { implementation
32 pub const fn add(self, other: Interest) -> Interest { in add()
47 impl ops::BitOr for Interest { implementation
Dsource.rs33 interests: Interest, in register()
42 interests: Interest, in reregister()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dnet.rs49 interests: Interest, in register()
65 interests: Interest, in reregister()
128 interests: Interest, in new()
Dselector.rs68 interests: Interest, in register()
77 interests: Interest, in reregister()
220 interests: Interest, in register()
248 interests: Interest, in reregister()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
Dlistener.rs160 interests: Interest, in register()
169 interests: Interest, in reregister()
Ddatagram.rs279 interests: Interest, in register()
288 interests: Interest, in reregister()
Dstream.rs234 interests: Interest, in register()
243 interests: Interest, in reregister()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
Dlistener.rs162 interests: Interest, in register()
171 interests: Interest, in reregister()
Dstream.rs284 interests: Interest, in register()
293 interests: Interest, in reregister()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
Dlistener.rs149 interests: Interest, in register()
159 interests: Interest, in reregister()
Dstream.rs324 interests: Interest, in register()
334 interests: Interest, in reregister()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dudp_socket.rs641 interests: Interest, in register()
651 interests: Interest, in reregister()
670 interests: Interest, in register()
680 interests: Interest, in reregister()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
Dudp_socket.rs764 interests: Interest, in register()
773 interests: Interest, in reregister()
792 interests: Interest, in register()
801 interests: Interest, in reregister()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dasync_source.rs102 pub(crate) async fn async_process<F, R>(&self, interest: Interest, mut op: F) -> io::Result<R> in async_process()
Ddriver.rs324 interest: Interest, in register_source()
359 interest: Interest, in register_source()
Dschedule_io.rs132 interest: Interest, in poll_readiness()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Ddriver.rs123 interest: Interest, in io_register()