Searched refs:NO_LOCK (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileDispatcher.java32 public static final int NO_LOCK = -1; // Failed to lock field in class:FileDispatcher
H A DSimpleAsynchronousFileChannelImpl.java269 if (n == FileDispatcher.NO_LOCK)
H A DFileChannelImpl.java1068 if (result == FileDispatcher.NO_LOCK) {
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java338 static final int NO_LOCK = -1; // Failed to lock field in class:WindowsAsynchronousFileChannelImpl
360 if (res == NO_LOCK)

Completed in 35 milliseconds