Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DUnixAsynchronousSocketChannelImpl.java51 private static final boolean disableSynchronousRead; field in UnixAsynchronousSocketChannelImpl
55 disableSynchronousRead = (propValue.length() == 0) ?
510 if (!disableSynchronousRead) { in implRead()