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

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java90 private Future<?> writeTimer; field in class:UnixAsynchronousSocketChannelImpl
574 Future<?> timer = this.writeTimer;
712 this.writeTimer = port.schedule(writeTimeoutTask, timeout, unit);

Completed in 23 milliseconds