Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileDispatcher.java61 abstract boolean transferToDirectlyNeedsPositionLock(); in transferToDirectlyNeedsPositionLock() method in FileDispatcher
DFileDispatcherImpl.java142 boolean transferToDirectlyNeedsPositionLock() { in transferToDirectlyNeedsPositionLock() method in FileDispatcherImpl
DFileChannelImpl.java466 assert !nd.transferToDirectlyNeedsPositionLock() || in transferToDirectlyInternal()
533 if (nd.transferToDirectlyNeedsPositionLock()) { in transferToDirectly()