Home
last modified time | relevance | path

Searched refs:lockD (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java433 ReentrantLock lockD = otherFactory.newReentrantLock("LockD"); in testDifferentLockFactories() local
437 lockD.lock(); in testDifferentLockFactories()
439 lockD.unlock(); in testDifferentLockFactories()
442 lockD.lock(); in testDifferentLockFactories()
454 ReentrantLock lockD = otherFactory.newReentrantLock("LockD"); in testDifferentLockFactories_policyExecution() local
457 lockD.lock(); in testDifferentLockFactories_policyExecution()
460 lockD.unlock(); in testDifferentLockFactories_policyExecution()
465 lockD.lock(); in testDifferentLockFactories_policyExecution()