Home
last modified time | relevance | path

Searched defs:Interest (Results 1 – 19 of 19) 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()
64 impl ops::BitOr for Interest { implementation
Dsource.rs35 interests: Interest, in register()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dnet.rs49 interests: Interest, in register()
110 interests: Interest, in new()
Dselector.rs65 interests: Interest, in register()
209 interests: Interest, in register()
237 interests: Interest, in reregister()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
Dsource_fd.rs28 interests: Interest, in register()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
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()
Dasync_source.rs78 pub(crate) async fn async_process<F, R>(&self, interest: Interest, mut op: F) -> io::Result<R> in async_process()
Dschedule_io.rs132 interest: Interest, in poll_readiness()
329 interest: Interest, in poll_init()
402 interest: Interest, in poll_state()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
Dlistener.rs180 interests: Interest, in register()
Dstream.rs284 interests: Interest, in register()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
Dlistener.rs170 interests: Interest, in register()
Ddatagram.rs267 interests: Interest, in register()
Dstream.rs225 interests: Interest, in register()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
Dpipe.rs71 interests: Interest, in register()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
Dlistener.rs149 interests: Interest, in register()
Dstream.rs324 interests: Interest, in register()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dudp_socket.rs641 interests: Interest, in register()
661 interests: Interest, in register()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
Dudp_socket.rs761 interests: Interest, in register()
780 interests: Interest, in register()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
Dsys.rs157 interests: Interest, in register()