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

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java73 private boolean readPending; field in class:UnixAsynchronousSocketChannelImpl
144 if (readPending)
170 if (readable && this.readPending) {
171 this.readPending = false;
392 readPending = true;
444 if (!readPending)
446 readPending = false;
531 this.readPending = true;

Completed in 29 milliseconds