Searched refs:Afd (Results 1 – 2 of 2) sorted by relevance
19 pub struct Afd { struct48 impl Afd { implementation167 impl Afd { impl169 pub fn new(cp: &CompletionPort) -> io::Result<Afd> {203 let afd = Afd { fd };
1 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> {