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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java285 private final int[] exceptFds = new int [MAX_SELECTABLE_FDS + 1]; field in class:WindowsSelectorImpl.SubSelector
298 readFds, writeFds, exceptFds, timeout);
307 readFds, writeFds, exceptFds, timeout);
311 int[] readFds, int[] writeFds, int[] exceptFds, long timeout);
322 numKeysUpdated += processFDSet(updateCount, exceptFds,
310 poll0(long pollAddress, int numfds, int[] readFds, int[] writeFds, int[] exceptFds, long timeout) argument

Completed in 30 milliseconds