Searched defs:lock3 (Results 1 – 5 of 5) sorted by relevance
149 SchedulerLock lock3(&lock2); in TEST() local161 SchedulerLock lock3(&lock2); in TEST() local171 SchedulerLock lock3(&lock2); in TEST() local286 SchedulerLock lock3; in TEST() member
76 struct flock lock3 = { (short)F_WRLCK, (short)0, 17, 5, (short)0 }; variable
52 private ReentrantLock lock3; field in CycleDetectingLockFactoryTest
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
2927 void Foo::lock3() EXCLUSIVE_LOCK_FUNCTION(mu1_, mu2_, mu3_) { in lock3() function in DuplicateAttributeTest::Foo