/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/ |
H A D | epoll.rs | 27 pub struct Selector { struct 34 impl Selector { argument 115 impl Drop for Selector { implementation 123 impl std::fmt::Debug for Selector { implementation
|
H A D | kqueue.rs | 29 pub struct Selector { struct 33 impl Selector { impl 128 pub fn try_clone(&self) -> io::Result<Selector> { in try_clone() 274 impl Drop for Selector { implementation
|
H A D | source_fd.rs | 26 selector: &Selector, in register()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
H A D | waker.rs | 28 pub(crate) fn new(selector: &Selector, token: Token) -> io::Result<WakerInner> { in new()
|
H A D | selector.rs | 46 pub struct Selector { struct 47 inner: Arc<SelectorInner>, argument 50 impl Selector { impl
|
H A D | net.rs | 47 selector: &Selector, in register()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/ |
H A D | source.rs | 33 selector: &Selector, in register()
|
H A D | poll.rs | 59 pub fn selector(&self) -> &Selector { in selector()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/ |
H A D | listener.rs | 178 selector: &Selector, in register()
|
H A D | stream.rs | 282 selector: &Selector, in register()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/ |
H A D | listener.rs | 168 selector: &Selector, in register()
|
H A D | datagram.rs | 265 selector: &Selector, in register()
|
H A D | stream.rs | 223 selector: &Selector, in register()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/ |
H A D | listener.rs | 147 selector: &Selector, in register()
|
H A D | stream.rs | 322 selector: &Selector, in register()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/ |
H A D | pipe.rs | 69 selector: &Selector, in register()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/ |
H A D | udp_socket.rs | 759 selector: &Selector, in register() 778 selector: &Selector, in register()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/ |
H A D | udp_socket.rs | 639 selector: &Selector, in register() 659 selector: &Selector, in register()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/ |
H A D | sys.rs | 155 selector: &Selector, in register()
|