Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixAsynchronousSocketChannelImpl.java83 private Future<?> readTimer; field in UnixAsynchronousSocketChannelImpl
403 Future<?> timeout = readTimer; in finishRead()
553 this.readTimer = port.schedule(readTimeoutTask, timeout, unit); in implRead()