Searched refs:read_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
83 readfds.fd_array[read_count] = fds[i].fd;
84 read_count++;
96 readfds.fd_count = read_count;

Completed in 46 milliseconds