Home
last modified time | relevance | path

Searched defs:WakerInner (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwaker.rs21 pub(crate) struct WakerInner { struct
26 impl WakerInner { argument
28 pub(crate) fn new(selector: &Selector, token: Token) -> io::Result<WakerInner> { in new()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dwaker.rs50 impl WakerInner { impl
89 impl WakerInner { impl