Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java52 private ReentrantLock lock3; field in CycleDetectingLockFactoryTest
82 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 …]
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp2901 void lock3() EXCLUSIVE_LOCK_FUNCTION(mu1_, mu2_, mu3_);
2927 void Foo::lock3() EXCLUSIVE_LOCK_FUNCTION(mu1_, mu2_, mu3_) { in lock3() function in DuplicateAttributeTest::Foo
3003 foo.lock3(); in test3()
3009 foo.lock3(); in test3()
3010 foo.lock3(); // \ in test3()
/external/valgrind/drd/tests/
Dtsan_unittest.cpp6994 MutexLock lock3(&mu3); // This lock is unrelated to PTR. in Writer1() local
7053 MutexLock lock3(&mu3); // This lock is unrelated to PTR. in GoodWriter1() local