public static int UDT_TIMEOUT_NONE = 0;
private final int doSelectInsideLock(long millisTimeout) throws IOException {
if (!isOpen()) {
throw new ClosedSelectorException();
}
synchronized (this) {
synchronized (publicRegisteredKeySet) {
synchronized (publicSelectedKeySet) {
return doSelectReally(millisTimeout);