Home
last modified time | relevance | path

Searched defs:Selector (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Depoll.rs27 pub struct Selector { struct
34 impl Selector { argument
115 impl Drop for Selector { implementation
123 impl std::fmt::Debug for Selector { implementation
H A Dkqueue.rs29 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 Dsource_fd.rs26 selector: &Selector, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwaker.rs28 pub(crate) fn new(selector: &Selector, token: Token) -> io::Result<WakerInner> { in new()
H A Dselector.rs46 pub struct Selector { struct
47 inner: Arc<SelectorInner>, argument
50 impl Selector { impl
H A Dnet.rs47 selector: &Selector, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dsource.rs33 selector: &Selector, in register()
H A Dpoll.rs59 pub fn selector(&self) -> &Selector { in selector()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dlistener.rs178 selector: &Selector, in register()
H A Dstream.rs282 selector: &Selector, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Dlistener.rs168 selector: &Selector, in register()
H A Ddatagram.rs265 selector: &Selector, in register()
H A Dstream.rs223 selector: &Selector, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dlistener.rs147 selector: &Selector, in register()
H A Dstream.rs322 selector: &Selector, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
H A Dpipe.rs69 selector: &Selector, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
H A Dudp_socket.rs759 selector: &Selector, in register()
778 selector: &Selector, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
H A Dudp_socket.rs639 selector: &Selector, in register()
659 selector: &Selector, in register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dsys.rs155 selector: &Selector, in register()