Searched refs:unlockRead (Results 1 – 2 of 2) sorted by relevance
93 lock.unlockRead(rs); in testLock()200 lock.unlockRead(s); in testReadUnlock_IMSE()202 lock.unlockRead(s); in testReadUnlock_IMSE()213 lock.unlockRead(0L); in testReadUnlock_IMSE2()225 lock.unlockRead(s); in testReadUnlock_IMSE3()248 lock.unlockRead(s); in testValidate()254 lock.unlockRead(s); in testValidate()260 lock.unlockRead(s); in testValidate()417 lock.unlockRead(s2); in testMultipleReadLocks()420 lock.unlockRead(s3); in testMultipleReadLocks()[all …]
554 public void unlockRead(long stamp) { in unlockRead() method in StampedLock