HomeSort by relevance Sort by last modified time
    Searched refs:nioInterestOps (Results 1 - 7 of 7) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
SelectionKeyImpl.java 83 return nioInterestOps(ops);
102 public SelectionKey nioInterestOps(int ops) {
110 public int nioInterestOps() {
AbstractPollSelectorImpl.java 130 if ((sk.nioReadyOps() & sk.nioInterestOps()) != 0) {
SinkChannelImpl.java 117 int intOps = sk.nioInterestOps();// Do this just once, it synchronizes
SourceChannelImpl.java 118 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes
ServerSocketChannelImpl.java 317 int intOps = sk.nioInterestOps(); // Do this just once, it synchronizes
SocketChannelImpl.java     [all...]
DatagramChannelImpl.java     [all...]

Completed in 315 milliseconds