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

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DPollSelectorImpl.java78 int numKeysUpdated = updateSelectedKeys();
H A DDevPollSelectorImpl.java89 int numKeysUpdated = updateSelectedKeys();
106 private int updateSelectedKeys() { method in class:DevPollSelectorImpl
H A DEPollSelectorImpl.java84 int numKeysUpdated = updateSelectedKeys();
101 private int updateSelectedKeys() { method in class:EPollSelectorImpl
H A DEventPortSelectorImpl.java76 int numKeysUpdated = updateSelectedKeys(entries);
85 private int updateSelectedKeys(int entries) { method in class:EventPortSelectorImpl
/openjdk7/jdk/src/macosx/classes/sun/nio/ch/
H A DKQueueSelectorImpl.java64 // used by updateSelectedKeys to handle cases where the same file
69 // (see updateSelectedKeys for usage).
108 return updateSelectedKeys(entries);
116 private int updateSelectedKeys(int entries) method in class:KQueueSelectorImpl
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAbstractPollSelectorImpl.java116 protected int updateSelectedKeys() { method in class:AbstractPollSelectorImpl
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java172 int updated = updateSelectedKeys();
482 // We increment this counter on each call to updateSelectedKeys()
492 private int updateSelectedKeys() { method in class:WindowsSelectorImpl

Completed in 34 milliseconds