Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dmod.rs27 mod afd; module
H A Dselector.rs212 let afd = this.afd_group.acquire()?; in register() localVariable
324 afd: Arc<Afd>, field
H A Dafd.rs122 let afd = Afd { fd }; in new() localVariable