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

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java88 private Object writeAttachment; field in class:UnixAsynchronousSocketChannelImpl
572 Object att = this.writeAttachment;
595 this.writeAttachment = null;
643 att = writeAttachment;
705 this.writeAttachment = null;
708 this.writeAttachment = attachment;

Completed in 30 milliseconds