Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixAsynchronousSocketChannelImpl.java91 private Object writeAttachment; field in UnixAsynchronousSocketChannelImpl
596 Object att = this.writeAttachment; in finishWrite()
619 this.writeAttachment = null; in finishWrite()
667 att = writeAttachment;
729 this.writeAttachment = null; in implWrite()
732 this.writeAttachment = attachment; in implWrite()