Home
last modified time | relevance | path

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

/external/crosvm/net_util/src/slirp/sys/windows/
Dhandler.rs273 fn poll_sockets(mut sockets: Vec<WSAPOLLFD>) -> io::Result<Vec<WSAPOLLFD>> { in poll_sockets()
354 fn new(socket: WSAPOLLFD, event: &'a Event) -> Result<EventSelectedSocket> { in new()
402 sockets: Vec<WSAPOLLFD>, in poll()
404 ) -> Result<(Vec<&'a dyn AsRawDescriptor>, Vec<WSAPOLLFD>)> { in poll()