Searched refs:tmpLock (Results 1 – 1 of 1) sorted by relevance
184 FileLock tmpLock = readOnlyChannel.tryLock(0, 10, true); in test_tryLockLLZ() local185 assertTrue(tmpLock.isValid()); in test_tryLockLLZ()186 tmpLock.release(); in test_tryLockLLZ()