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

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSelectionKeyImpl.java83 return nioInterestOps(ops);
102 SelectionKey nioInterestOps(int ops) { // package-private method in class:SelectionKeyImpl
110 int nioInterestOps() { // package-private method in class:SelectionKeyImpl
H A DAbstractPollSelectorImpl.java130 if ((sk.nioReadyOps() & sk.nioInterestOps()) != 0) {
H A DServerSocketChannelImpl.java308 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes
H A DSocketChannelImpl.java910 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes
H A DDatagramChannelImpl.java1041 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DSinkChannelImpl.java77 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes
H A DSourceChannelImpl.java76 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes
H A DWindowsSelectorImpl.java385 if ((sk.nioReadyOps() & sk.nioInterestOps()) != 0) {
392 if ((sk.nioReadyOps() & sk.nioInterestOps()) != 0) {
/openjdk7/jdk/src/macosx/classes/sun/nio/ch/
H A DKQueueSelectorImpl.java154 if ((ski.nioReadyOps() & ski.nioInterestOps()) != 0) {
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DDevPollSelectorImpl.java121 if ((ski.nioReadyOps() & ski.nioInterestOps()) != 0) {
H A DEPollSelectorImpl.java116 if ((ski.nioReadyOps() & ski.nioInterestOps()) != 0) {
H A DEventPortSelectorImpl.java98 if ((ski.nioReadyOps() & ski.nioInterestOps()) != 0) {
H A DSinkChannelImpl.java117 int intOps = sk.nioInterestOps();// Do this just once, it synchronizes
H A DSourceChannelImpl.java117 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes
H A DSctpServerChannelImpl.java304 int intOps = sk.nioInterestOps();
H A DSctpChannelImpl.java581 int intOps = sk.nioInterestOps();
H A DSctpMultiChannelImpl.java311 int intOps = sk.nioInterestOps();

Completed in 52 milliseconds