Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/net_util/src/slirp/sys/windows/
H A Dhandler.rs298 fn poll_sockets(mut sockets: Vec<WSAPOLLFD>) -> io::Result<Vec<WSAPOLLFD>> { in poll_sockets()
380 fn new(socket: WSAPOLLFD, event: &'a Event) -> Result<EventSelectedSocket> { in new()
430 sockets: Vec<WSAPOLLFD>, in poll()
432 ) -> Result<(Vec<&'a dyn AsRawDescriptor>, Vec<WSAPOLLFD>)> { in poll()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_arch_misc.h462 } WSAPOLLFD, *PWSAPOLLFD, FAR *LPWSAPOLLFD; typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinsock2.h1159 } WSAPOLLFD, *PWSAPOLLFD, *LPWSAPOLLFD; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs284659 pub type WSAPOLLFD = pollfd; typedef