OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adjacentlock
(Results
1 - 1
of
1
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelLockingTest.java
201
FileLock
adjacentLock
= readOnlyChannel.tryLock(1, 3, true);
202
assertTrue(
adjacentLock
.isValid());
203
adjacentLock
.release();
Completed in 9038 milliseconds