Searched refs:afd (Results 1 - 4 of 4) sorted by relevance
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
H A D | selector.rs | 31 use crate::sys::windows::afd; 32 use crate::sys::windows::afd::{Afd, AfdGroup, AfdPollInfo}; 212 let afd = this.afd_group.acquire()?; 213 let mut sock_state = SockState::new(raw_socket, afd)?; 324 afd: Arc<Afd>, 346 fn new(socket: RawSocket, afd: Arc<Afd>) -> io::Result<SockState> { in new() 350 afd, in new() 370 self.poll_info.handles[0].events = self.user_interests_flags | afd::POLL_LOCAL_CLOSE; in update_while_idle() 376 self.afd in update_while_idle() 404 if (self.user_interests_flags & afd in update_while_pending() [all...] |
H A D | afd.rs | 122 let afd = Afd { fd }; in new() 124 cp.add_handle(token, &afd.fd)?; in new() 131 afd in new() 223 "Cannot acquire afd, {:#?}, afd_group: {:#?}",
|
H A D | mod.rs | 27 mod afd; modules
|
H A D | events.rs | 16 use crate::sys::windows::afd::{
|
Completed in 2 milliseconds