Searched refs:lock3 (Results 1 – 3 of 3) sorted by relevance
52 private ReentrantLock lock3; field in CycleDetectingLockFactoryTest82 lock3 = factory2.newReentrantLock(MyOrder.THIRD); in setUp()164 lock3.lock(); in testExplicitOrdering_noViolations()165 lock3.unlock(); in testExplicitOrdering_noViolations()167 lock3.lock(); in testExplicitOrdering_noViolations()171 lock3.lock(); in testExplicitOrdering_violations()186 lock3.unlock(); in testExplicitOrdering_violations()198 lock3.lock(); // MyOrder, ordinal() == 3 in testDifferentOrderings_noViolations()203 lock3.lock(); // MyOrder, ordinal() == 3 in testExplicitOrderings_generalCycleDetection()206 lock3.unlock(); in testExplicitOrderings_generalCycleDetection()[all …]
2901 void lock3() EXCLUSIVE_LOCK_FUNCTION(mu1_, mu2_, mu3_);2927 void Foo::lock3() EXCLUSIVE_LOCK_FUNCTION(mu1_, mu2_, mu3_) { in lock3() function in DuplicateAttributeTest::Foo3003 foo.lock3(); in test3()3009 foo.lock3(); in test3()3010 foo.lock3(); // \ in test3()
6994 MutexLock lock3(&mu3); // This lock is unrelated to PTR. in Writer1() local7053 MutexLock lock3(&mu3); // This lock is unrelated to PTR. in GoodWriter1() local