Home
last modified time | relevance | path

Searched refs:cancelledKeys (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/spi/
DAbstractSelector.java88 private final Set<SelectionKey> cancelledKeys = new HashSet<SelectionKey>(); field in AbstractSelector
91 synchronized (cancelledKeys) { in cancel()
92 cancelledKeys.add(k); in cancel()
152 protected final Set<SelectionKey> cancelledKeys() { in cancelledKeys() method in AbstractSelector
153 return cancelledKeys; in cancelledKeys()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
DMockAbstractSelector.java41 return super.cancelledKeys(); in getCancelledKeys()
/libcore/ojluni/src/main/java/sun/nio/ch/
DSelectorImpl.java142 Set<SelectionKey> cks = cancelledKeys(); in processDeregisterQueue()
/libcore/api/
Dcurrent.txt7050 method protected final java.util.Set<java.nio.channels.SelectionKey> cancelledKeys();