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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java72 private int threadsCount = 0; field in class:WindowsSelectorImpl
447 if (threadsCount > threads.size()) {
449 for (int i = threads.size(); i < threadsCount; i++) {
455 } else if (threadsCount < threads.size()) {
457 for (int i = threads.size() - 1 ; i >= threadsCount; i--)
558 threadsCount++;
580 threadsCount--; // The last thread has become redundant.

Completed in 23 milliseconds