Searched defs:implLock (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousFileChannelImpl.java106 abstract <A> Future<FileLock> implLock(long position, method in class:AsynchronousFileChannelImpl
118 return implLock(position, size, shared, null, null);
130 implLock(position, size, shared, attachment, handler);
H A DSimpleAsynchronousFileChannelImpl.java174 <A> Future<FileLock> implLock(final long position, method in class:SimpleAsynchronousFileChannelImpl
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java293 <A> Future<FileLock> implLock(final long position, method in class:WindowsAsynchronousFileChannelImpl

Completed in 38 milliseconds