Searched refs:NET_Poll (Results 1 - 7 of 7) sorted by relevance

/openjdk10/jdk/src/java.base/unix/native/libnet/
H A Dnet_util_md.h89 int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout);
H A DPlainSocketImpl.c286 connect_rv = NET_Poll(&pfd, 1, -1);
351 connect_rv = NET_Poll(&pfd, 1, nanoTimeout / NET_NSEC_PER_MSEC);
H A Dnet_util_md.c1564 read_rv = NET_Poll(&pfd, 1, nanoTimeout / NET_NSEC_PER_MSEC);
/openjdk10/jdk/src/java.base/solaris/native/libnet/
H A Dsolaris_close.c91 int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout) { function
/openjdk10/jdk/src/java.base/macosx/native/libnet/
H A Dbsd_close.c410 int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout) { function
/openjdk10/jdk/src/java.base/aix/native/libnet/
H A Daix_close.c499 int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout) { function
/openjdk10/jdk/src/java.base/linux/native/libnet/
H A Dlinux_close.c406 int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout) { function

Completed in 255 milliseconds