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

/openjdk7/jdk/test/java/nio/channels/Selector/
H A DCheckLocking.java50 private static void doSelect() throws Exception { method in class:CheckLocking
61 doSelect();
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DHangup.java54 static void doSelect(Selector sel, SelectionKey sk, int count) method in class:Hangup
125 doSelect(sel, sk, ++ns);
139 doSelect(sel, sk, ++ns);
152 doSelect(sel, sk, ++ns);
153 doSelect(sel, sk, ++ns);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSelectorImpl.java79 protected abstract int doSelect(long timeout) throws IOException; method in class:SelectorImpl
87 return doSelect(timeout);
H A DAbstractPollSelectorImpl.java83 protected abstract int doSelect(long timeout) throws IOException; method in class:AbstractPollSelectorImpl
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DPollSelectorImpl.java65 protected int doSelect(long timeout) method in class:PollSelectorImpl
H A DDevPollSelectorImpl.java76 protected int doSelect(long timeout) method in class:DevPollSelectorImpl
H A DEPollSelectorImpl.java73 protected int doSelect(long timeout) throws IOException { method in class:EPollSelectorImpl
H A DEventPortSelectorImpl.java64 protected int doSelect(long timeout) throws IOException { method in class:EventPortSelectorImpl
/openjdk7/jdk/src/macosx/classes/sun/nio/ch/
H A DKQueueSelectorImpl.java94 protected int doSelect(long timeout) method in class:KQueueSelectorImpl
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java138 protected int doSelect(long timeout) throws IOException { method in class:WindowsSelectorImpl
182 // A variable which distinguishes the current run of doSelect from the

Completed in 48 milliseconds