Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DAsynchronousFileChannelImpl.java106 abstract <A> Future<FileLock> implLock(long position, in implLock() method in AsynchronousFileChannelImpl
118 return implLock(position, size, shared, null, null); in lock()
130 implLock(position, size, shared, attachment, handler); in lock()
DSimpleAsynchronousFileChannelImpl.java173 <A> Future<FileLock> implLock(final long position, in implLock() method in SimpleAsynchronousFileChannelImpl