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

/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DWindowsSelectorImpl.c64 int read_count = 0, write_count = 0, except_count = 0; local
92 exceptfds.fd_array[except_count] = fds[i].fd;
93 except_count++;
98 exceptfds.fd_count = except_count;

Completed in 215 milliseconds