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

/openjdk7/jdk/src/solaris/native/java/net/
H A Dnet_util_md.h59 extern int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout);
76 #define NET_Poll poll macro
H A Dbsd_close.c331 int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout) { function
H A Dlinux_close.c313 int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout) { function
H A DPlainSocketImpl.c315 connect_rv = NET_Poll(&pfd, 1, -1);
394 connect_rv = NET_Poll(&pfd, 1, timeout);
H A Dnet_util_md.c1653 read_rv = NET_Poll(&pfd, 1, timeout);

Completed in 41 milliseconds