Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_io/src/
Dinterest.rs18 pub struct Interest(NonZeroU8); struct
24 impl Interest { impl
31 pub const fn add(self, other: Interest) -> Interest { in add()
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/linux/tcp/
Dlistener.rs162 interests: Interest, in register()
171 interests: Interest, in reregister()
Dstream.rs245 interests: Interest, in register()
254 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.rs285 interests: Interest, in register()
295 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/linux/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.rs108 interest: Interest, in io_register()