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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DIocp.java53 private final Map<Integer,OverlappedChannel> keyToChannel = field in class:Iocp
120 return keyToChannel.isEmpty();
153 * completion requires a lookup of the keyToChannel then we must close
164 for (Integer key: keyToChannel.keySet()) {
165 channels[count++] = keyToChannel.get(key);
226 } while ((key == 0) || keyToChannel.containsKey(key));
234 keyToChannel.put(key, ch);
249 keyToChannel.remove(key);
252 if (keyToChannel.isEmpty())
361 ch = keyToChannel
[all...]

Completed in 56 milliseconds