Home
last modified time | relevance | path

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

/external/rust/crates/mio/src/sys/windows/
Dafd.rs19 pub struct Afd { struct
48 impl Afd { implementation
167 impl Afd { impl
169 pub fn new(cp: &CompletionPort) -> io::Result<Afd> {
203 let afd = Afd { fd };
Dselector.rs1 use super::afd::{self, Afd, AfdPollInfo};
33 afd_group: Mutex<Vec<Arc<Afd>>>,
54 pub fn acquire(&self) -> io::Result<Arc<Afd>> {
74 fn _alloc_afd_group(&self, afd_group: &mut Vec<Arc<Afd>>) -> io::Result<()> {
75 let afd = Afd::new(&self.cp)?;
94 afd: Arc<Afd>,
261 fn new(raw_socket: RawSocket, afd: Arc<Afd>) -> io::Result<SockState> {