Home
last modified time | relevance | path

Searched refs:getFDVal (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/unix/classes/sun/nio/ch/
H A DPollSelectorImpl.java178 assert ski.getFDVal() == getDescriptor(i); in processEvents()
279 putDescriptor(index, ski.getFDVal()); in add()
295 assert getDescriptor(index) == ski.getFDVal(); in update()
305 assert getDescriptor(index) == ski.getFDVal();
315 assert lastKey.getFDVal() == lastFd;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/unix/classes/sun/nio/ch/
H A DPollSelectorImpl.java178 assert ski.getFDVal() == getDescriptor(i); in processEvents()
279 putDescriptor(index, ski.getFDVal()); in add()
295 assert getDescriptor(index) == ski.getFDVal(); in update()
305 assert getDescriptor(index) == ski.getFDVal();
315 assert lastKey.getFDVal() == lastFd;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/unix/classes/sun/nio/ch/
H A DPollSelectorImpl.java178 assert ski.getFDVal() == getDescriptor(i); in processEvents()
279 putDescriptor(index, ski.getFDVal()); in add()
295 assert getDescriptor(index) == ski.getFDVal(); in update()
305 assert getDescriptor(index) == ski.getFDVal();
315 assert lastKey.getFDVal() == lastFd;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/unix/classes/sun/nio/ch/
H A DPollSelectorImpl.java178 assert ski.getFDVal() == getDescriptor(i); in processEvents()
279 putDescriptor(index, ski.getFDVal()); in add()
295 assert getDescriptor(index) == ski.getFDVal(); in update()
305 assert getDescriptor(index) == ski.getFDVal();
315 assert lastKey.getFDVal() == lastFd;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/unix/classes/sun/nio/ch/
H A DPollSelectorImpl.java178 assert ski.getFDVal() == getDescriptor(i); in processEvents()
279 putDescriptor(index, ski.getFDVal()); in add()
295 assert getDescriptor(index) == ski.getFDVal(); in update()
305 assert getDescriptor(index) == ski.getFDVal();
315 assert lastKey.getFDVal() == lastFd;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/unix/classes/sun/nio/ch/
H A DPollSelectorImpl.java178 assert ski.getFDVal() == getDescriptor(i); in processEvents()
279 putDescriptor(index, ski.getFDVal()); in add()
295 assert getDescriptor(index) == ski.getFDVal(); in update()
305 assert getDescriptor(index) == ski.getFDVal();
315 assert lastKey.getFDVal() == lastFd;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/unix/classes/sun/nio/ch/
H A DPollSelectorImpl.java178 assert ski.getFDVal() == getDescriptor(i); in processEvents()
279 putDescriptor(index, ski.getFDVal()); in add()
295 assert getDescriptor(index) == ski.getFDVal(); in update()
305 assert getDescriptor(index) == ski.getFDVal();
315 assert lastKey.getFDVal() == lastFd;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/unix/classes/sun/nio/ch/
H A DPollSelectorImpl.java178 assert ski.getFDVal() == getDescriptor(i); in processEvents()
279 putDescriptor(index, ski.getFDVal()); in add()
295 assert getDescriptor(index) == ski.getFDVal(); in update()
305 assert getDescriptor(index) == ski.getFDVal();
315 assert lastKey.getFDVal() == lastFd;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/windows/classes/sun/nio/ch/
H A DWEPollSelectorImpl.java84 this.fd0Val = pipe.source().getFDVal(); in WEPollSelectorImpl()
85 this.fd1Val = pipe.sink().getFDVal(); in WEPollSelectorImpl()
129 int fd = ski.getFDVal(); in processUpdateQueue()
212 int fd = ski.getFDVal(); in implDereg()
H A DWindowsSelectorImpl.java103 return put(Integer.valueOf(ski.getFDVal()), new MapEntry(ski)); in put()
106 Integer fd = Integer.valueOf(ski.getFDVal()); in remove()
143 wakeupSourceFd = ((SelChImpl)wakeupPipe.source()).getFDVal(); in WindowsSelectorImpl()
144 wakeupSinkFd = ((SelChImpl)wakeupPipe.sink()).getFDVal(); in WindowsSelectorImpl()
221 int fd = ski.getFDVal(); in processUpdateQueue()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/nio/ch/
H A DEPollSelectorImpl.java176 int fd = Integer.valueOf(ch.getFDVal()); in implRegister()
185 int fd = ch.getFDVal(); in implDereg()
201 pollWrapper.setInterest(ch.getFDVal(), ops); in putEventOps()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/nio/ch/
H A DEPollSelectorImpl.java176 int fd = Integer.valueOf(ch.getFDVal()); in implRegister()
185 int fd = ch.getFDVal(); in implDereg()
201 pollWrapper.setInterest(ch.getFDVal(), ops); in putEventOps()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java103 return put(Integer.valueOf(ski.getFDVal()), new MapEntry(ski)); in put()
106 Integer fd = Integer.valueOf(ski.getFDVal()); in remove()
143 wakeupSourceFd = ((SelChImpl)wakeupPipe.source()).getFDVal(); in WindowsSelectorImpl()
148 wakeupSinkFd = ((SelChImpl)sink).getFDVal(); in WindowsSelectorImpl()
226 int fd = ski.getFDVal(); in processUpdateQueue()
H A DSinkChannelImpl.java53 public int getFDVal() { in getFDVal() method in SinkChannelImpl
54 return ((SocketChannelImpl)sc).getFDVal(); in getFDVal()
H A DSourceChannelImpl.java52 public int getFDVal() { in getFDVal() method in SourceChannelImpl
53 return ((SocketChannelImpl) sc).getFDVal(); in getFDVal()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java103 return put(Integer.valueOf(ski.getFDVal()), new MapEntry(ski)); in put()
106 Integer fd = Integer.valueOf(ski.getFDVal()); in remove()
143 wakeupSourceFd = ((SelChImpl)wakeupPipe.source()).getFDVal(); in WindowsSelectorImpl()
148 wakeupSinkFd = ((SelChImpl)sink).getFDVal(); in WindowsSelectorImpl()
226 int fd = ski.getFDVal(); in processUpdateQueue()
H A DSinkChannelImpl.java53 public int getFDVal() { in getFDVal() method in SinkChannelImpl
54 return ((SocketChannelImpl)sc).getFDVal(); in getFDVal()
H A DSourceChannelImpl.java52 public int getFDVal() { in getFDVal() method in SourceChannelImpl
53 return ((SocketChannelImpl) sc).getFDVal(); in getFDVal()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java103 return put(Integer.valueOf(ski.getFDVal()), new MapEntry(ski)); in put()
106 Integer fd = Integer.valueOf(ski.getFDVal()); in remove()
143 wakeupSourceFd = ((SelChImpl)wakeupPipe.source()).getFDVal(); in WindowsSelectorImpl()
148 wakeupSinkFd = ((SelChImpl)sink).getFDVal(); in WindowsSelectorImpl()
226 int fd = ski.getFDVal(); in processUpdateQueue()
H A DSinkChannelImpl.java53 public int getFDVal() { in getFDVal() method in SinkChannelImpl
54 return ((SocketChannelImpl)sc).getFDVal(); in getFDVal()
H A DSourceChannelImpl.java52 public int getFDVal() { in getFDVal() method in SourceChannelImpl
53 return ((SocketChannelImpl) sc).getFDVal(); in getFDVal()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java104 return put(Integer.valueOf(ski.getFDVal()), new MapEntry(ski)); in put()
107 Integer fd = Integer.valueOf(ski.getFDVal()); in remove()
144 wakeupSourceFd = ((SelChImpl)wakeupPipe.source()).getFDVal(); in WindowsSelectorImpl()
145 wakeupSinkFd = ((SelChImpl)wakeupPipe.sink()).getFDVal(); in WindowsSelectorImpl()
222 int fd = ski.getFDVal(); in processUpdateQueue()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java88 return put(Integer.valueOf(ski.getFDVal()), new MapEntry(ski)); in put()
91 Integer fd = Integer.valueOf(ski.getFDVal()); in remove()
128 wakeupSourceFd = ((SelChImpl)wakeupPipe.source()).getFDVal(); in WindowsSelectorImpl()
133 wakeupSinkFd = ((SelChImpl)sink).getFDVal(); in WindowsSelectorImpl()
211 int fd = ski.getFDVal(); in processUpdateQueue()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java103 return put(Integer.valueOf(ski.getFDVal()), new MapEntry(ski)); in put()
106 Integer fd = Integer.valueOf(ski.getFDVal()); in remove()
143 wakeupSourceFd = ((SelChImpl)wakeupPipe.source()).getFDVal(); in WindowsSelectorImpl()
148 wakeupSinkFd = ((SelChImpl)sink).getFDVal(); in WindowsSelectorImpl()
226 int fd = ski.getFDVal(); in processUpdateQueue()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java103 return put(Integer.valueOf(ski.getFDVal()), new MapEntry(ski)); in put()
106 Integer fd = Integer.valueOf(ski.getFDVal()); in remove()
143 wakeupSourceFd = ((SelChImpl)wakeupPipe.source()).getFDVal(); in WindowsSelectorImpl()
148 wakeupSinkFd = ((SelChImpl)sink).getFDVal(); in WindowsSelectorImpl()
226 int fd = ski.getFDVal(); in processUpdateQueue()

123456789