Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DSelectorImpl.java51 private Set<SelectionKey> publicSelectedKeys; // Removal allowed, but not addition field in SelectorImpl
59 publicSelectedKeys = selectedKeys; in SelectorImpl()
62 publicSelectedKeys = Util.ungrowableSet(selectedKeys); in SelectorImpl()
75 return publicSelectedKeys; in selectedKeys()
85 synchronized (publicSelectedKeys) { in lockAndDoSelect()
112 synchronized (publicSelectedKeys) { in implCloseSelector()