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

/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DWindowsSelectorImpl.c67 int resultbuf[FD_SETSIZE + 1]; local
154 resultbuf[0] = readfds.fd_count;
156 resultbuf[i + 1] = (int)readfds.fd_array[i];
159 readfds.fd_count + 1, resultbuf);
161 resultbuf[0] = writefds.fd_count;
163 resultbuf[i + 1] = (int)writefds.fd_array[i];
166 writefds.fd_count + 1, resultbuf);
168 resultbuf[0] = exceptfds.fd_count;
170 resultbuf[i + 1] = (int)exceptfds.fd_array[i];
173 exceptfds.fd_count + 1, resultbuf);
[all...]

Completed in 111 milliseconds