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

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DPollArrayWrapper.c42 ipoll(struct pollfd fds[], unsigned int nfds, int timeout) argument
53 int res = poll(fds, nfds, remaining);
/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);
H A Dbsd_close.c331 int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout) { argument
332 BLOCKING_IO_RETURN_INT( ufds[0].fd, poll(ufds, nfds, timeout) );
H A Dlinux_close.c313 int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout) { argument
314 BLOCKING_IO_RETURN_INT( ufds[0].fd, poll(ufds, nfds, timeout) );
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c1987 int32_t nfds = 1; local
1998 nfds++;
2010 result = select(nfds, &rdset, 0, 0, &sel_time);

Completed in 48 milliseconds