Searched defs:Interest (Results 1 – 14 of 14) sorted by relevance
| /commonlibrary/rust/ylong_runtime/ylong_io/src/ |
| D | interest.rs | 18 pub struct Interest(NonZeroU8); struct 24 impl Interest { impl 31 pub const fn add(self, other: Interest) -> Interest { in add()
|
| D | source.rs | 33 interests: Interest, in register() 42 interests: Interest, in reregister()
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
| D | net.rs | 49 interests: Interest, in register() 65 interests: Interest, in reregister() 128 interests: Interest, in new()
|
| D | selector.rs | 68 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/ |
| D | listener.rs | 162 interests: Interest, in register() 171 interests: Interest, in reregister()
|
| D | stream.rs | 245 interests: Interest, in register() 254 interests: Interest, in reregister()
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/ |
| D | listener.rs | 149 interests: Interest, in register() 159 interests: Interest, in reregister()
|
| D | stream.rs | 285 interests: Interest, in register() 295 interests: Interest, in reregister()
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/ |
| D | udp_socket.rs | 641 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/ |
| D | udp_socket.rs | 764 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/ |
| D | async_source.rs | 102 pub(crate) async fn async_process<F, R>(&self, interest: Interest, mut op: F) -> io::Result<R> in async_process()
|
| D | driver.rs | 324 interest: Interest, in register_source() 359 interest: Interest, in register_source()
|
| D | schedule_io.rs | 132 interest: Interest, in poll_readiness()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
| D | driver.rs | 108 interest: Interest, in io_register()
|