Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dafd.rs83 pub struct Afd { struct
87 impl Afd { argument
89 fn new(cp: &CompletionPort) -> io::Result<Afd> { in new()
208 pub(crate) fn acquire(&self) -> io::Result<Arc<Afd>> { in acquire()