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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java81 private final int wakeupSourceFd, wakeupSinkFd; field in class:WindowsSelectorImpl
128 wakeupSourceFd = ((SelChImpl)wakeupPipe.source()).getFDVal();
135 pollWrapper.addWakeupSocket(wakeupSourceFd, 0);
344 if (desc == wakeupSourceFd) {
473 resetWakeupSocket0(wakeupSourceFd);
478 private native void resetWakeupSocket0(int wakeupSourceFd); argument
556 pollWrapper.addWakeupSocket(wakeupSourceFd, totalChannels);

Completed in 28 milliseconds