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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java108 long clearedCount = 0; field in class:WindowsSelectorImpl.MapEntry
331 * Note, clearedCount is used to determine if the readyOps have
336 * me.updateCount <= me.clearedCount <= updateCount
368 if (me.clearedCount != updateCount) {
381 me.clearedCount = updateCount;
383 if (me.clearedCount != updateCount) {
398 me.clearedCount = updateCount;

Completed in 30 milliseconds