Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dafd.rs192 afd_group: Mutex<Vec<Arc<Afd>>>, field
209 let mut afd_group = self.afd_group.lock().unwrap(); in acquire() localVariable
231 let mut afd_group = self.afd_group.lock().unwrap(); in release_unused_afd() localVariable
H A Dselector.rs82 afd_group: AfdGroup, field