Lines Matching refs:Unlock

15   void Unlock() UNLOCK_FUNCTION();
149 sls_mw.mu.Unlock(); in sls_fun_0()
155 sls_mu.Unlock(); in sls_fun_2()
161 sls_mu.Unlock(); in sls_fun_3()
167 sls_mu2.Unlock(); in sls_fun_4()
173 sls_mu.Unlock(); in sls_fun_5()
179 sls_mu.Unlock(); in sls_fun_6()
185 sls_mu2.Unlock(); in sls_fun_7()
186 sls_mu.Unlock(); in sls_fun_7()
192 sls_mu.Unlock(); in sls_fun_8()
194 sls_mu.Unlock(); in sls_fun_8()
202 sls_mu.Unlock(); in sls_fun_9()
216 sls_mu.Unlock(); in sls_fun_good_6()
222 sls_mu.Unlock(); in sls_fun_good_7()
231 sls_mu.Unlock(); in sls_fun_good_7()
236 sls_mw.mu.Unlock(); in sls_fun_good_8()
240 sls_mu.Unlock(); // \ in sls_fun_bad_1()
248 sls_mu.Unlock(); in sls_fun_bad_2()
266 sls_mu.Unlock(); in sls_fun_bad_5()
279 sls_mu.Unlock(); // \ in sls_fun_bad_6()
288 sls_mu.Unlock(); in sls_fun_bad_7()
296 sls_mu.Unlock(); in sls_fun_bad_7()
303 … sls_mu.Unlock(); // expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop}} in sls_fun_bad_8()
313 sls_mu.Unlock(); in sls_fun_bad_9()
319 sls_mu.Unlock(); in sls_fun_bad_10()
328 sls_mu.Unlock(); // \ in sls_fun_bad_11()
335 sls_mu.Unlock(); in sls_fun_bad_12()
343 sls_mu.Unlock(); // \ in sls_fun_bad_12()
450 sls_mu.Unlock(); in gb_fun_0()
456 sls_mu.Unlock(); in gb_fun_1()
569 FooA.mu.Unlock(); in late_0()
576 BarA.FooPointer->mu.Unlock(); in late_1()
586 fooA.mu.Unlock(); in late_bad_0()
596 b1.mu1_.Unlock(); in late_bad_1()
598 mu.Unlock(); in late_bad_1()
607 BarA.FooPointer->mu.Unlock(); in late_bad_2()
616 BarA.Foo.mu.Unlock(); in late_bad_3()
625 BarA.Foo.mu.Unlock(); in late_bad_4()
635 sls_mu.Unlock(); in shared_fun_0()
638 sls_mu.Unlock(); in shared_fun_0()
645 sls_mu.Unlock(); in shared_fun_1()
649 sls_mu.Unlock(); in shared_fun_1()
658 sls_mu.Unlock(); in shared_fun_3()
667 sls_mu.Unlock(); in shared_fun_4()
677 sls_mu.Unlock(); in shared_fun_8()
697 sls_mu.Unlock(); in shared_fun_11()
704 sls_mu.Unlock(); in shared_bad_0()
708 sls_mu.Unlock(); in shared_bad_0()
719 sls_mu.Unlock(); in shared_bad_1()
730 sls_mu.Unlock(); in shared_bad_2()
782 aa_mu.Unlock(); in es_fun_0()
788 aa_mu.Unlock(); in es_fun_1()
794 aa_mu.Unlock(); in es_fun_2()
800 sls_mu.Unlock(); in es_fun_3()
806 sls_mu2.Unlock(); in es_fun_4()
812 sls_mu2.Unlock(); in es_fun_5()
822 sls_mu.Unlock(); in es_fun_7()
850 aa_mu.Unlock(); in es_bad_1()
872 sls_mu.Unlock(); in es_bad_5()
879 sls_mu.Unlock(); in es_bad_6()
886 sls_mu.Unlock(); in es_bad_7()
955 b1.mu1_.Unlock(); in func()
958 mu.Unlock(); in func()
996 mu2.Unlock(); in main()
998 mu1.Unlock(); in main()
1044 fb->foo_->mu_->Unlock(); in main()
1064 bar_mu_.Unlock(); in Test1()
1065 foo->foo_mu_.Unlock(); in Test1()
1148 mu.Unlock(); in main()
1149 a.mu1->Unlock(); in main()
1150 a.mu2->Unlock(); in main()
1169 mu_.Unlock(); in func()
1202 mu.Unlock(); in func()
1246 b->mu_.Unlock(); in main()
1251 c->mu_.Unlock(); in main()
1292 mu_.Unlock(); in bar()
1296 mu1.Unlock(); in bar()
1307 mu2.Unlock(); in main()
1308 f1.mu_.Unlock(); in main()
1311 f2->mu_.Unlock(); in main()
1314 mu2.Unlock(); in main()
1378 b3->mu1_.Unlock(); in func()
1407 lock_.Unlock(); in Func()
1446 child->lock_.Unlock(); in Func()
1448 lock_.Unlock(); in Func()
1476 mu2.Unlock(); in f2()
1518 b->mu_.Unlock(); in main()
1523 c->mu_.Unlock(); in main()
1736 fooObj.mu_.Unlock(); in bar()
1752 mu.Unlock(); in foo1()
1759 mu.Unlock(); in foo2()
1766 mu.Unlock(); in foo2_builtin_expect()
1773 mu.Unlock(); in foo3()
1781 mu.Unlock(); in foo3_builtin_expect()
1789 mu.Unlock(); in foo4()
1795 mu.Unlock(); in foo5()
1804 mu.Unlock(); in foo6()
1813 mu.Unlock(); in foo7()
1828 mu.Unlock(); in foo8()
1840 mu.Unlock(); in foo9()
1866 mu.Unlock(); in foo11()
1879 mu.Unlock(); in foo12()
1885 mu.Unlock(); in foo13()
1891 mu.Unlock(); in foo14()
1896 mu.Unlock(); // expected-warning{{releasing mutex 'mu' that was not held}} in foo15()
1972 mu_.Unlock(); in foo()
1993 f1.mu_.Unlock(); in test()
1998 bt.fooBase.mu_.Unlock(); in test()
1999 bt.fooBaseT.mu_.Unlock(); in test()
2000 f2.mu_.Unlock(); in test()
2008 cell.mu_.Unlock(); in test()
2031 mu_.Unlock(); in foo()
2048 celld2.mu_.Unlock(); in testDelayed()
2049 celld.mu_.Unlock(); in testDelayed()
2076 myfoo.mu_.Unlock(); in test()
2214 myFoo.mu_.Unlock(); in test()
2258 void unlock() UNLOCK_FUNCTION() { mu_.Unlock(); } in unlock()
2371 bar.getFoo().mu_.Unlock(); in test()
2375 (bar.getFoo().mu_).Unlock(); in test()
2379 bar.getFoo2(a).mu_.Unlock(); in test()
2383 bar.getFoo3(a, b).mu_.Unlock(); in test()
2387 getBarFoo(bar, a).mu_.Unlock(); in test()
2391 bar.getFoo2(10).mu_.Unlock(); in test()
2395 bar.getFoo2(a + 1).mu_.Unlock(); in test()
2399 (a > 0 ? fooArray[1] : fooArray[b]).mu_.Unlock(); in test()
2403 fooFuncPtr().mu_.Unlock(); in test()
2418 bar.getFoo().mu_.Unlock(); in test2()
2424 bar.getFoo2(a).mu_.Unlock(); in test2()
2430 bar.getFoo3(a, b).mu_.Unlock(); in test2()
2436 getBarFoo(bar, a).mu_.Unlock(); in test2()
2442 (a > 0 ? fooArray[1] : fooArray[b]).mu_.Unlock(); in test2()
2462 mu.Unlock(); in foo()
2506 Foo::getMu(f2)->Unlock(); in test1()
2510 f1->getMu()->Unlock(); in test1()
2549 b2->getMu()->Unlock(); in test2()
2554 b1->getMu()->Unlock(); in test2()
2567 getFooMu(b2)->Unlock(); in test3()
2572 b1->mu_.Unlock(); in test3()
2656 void Unlock() UNLOCK_FUNCTION();
2670 void Unlock() UNLOCK_FUNCTION();
2688 scope.Unlock(); in relock()
2724 scope.Unlock(); in relockShared()
2747 scope.Unlock(); // expected-note{{mutex released here}} in doubleUnlock()
2748 scope.Unlock(); // expected-warning {{releasing mutex 'mu' that was not held}} in doubleUnlock()
2758 scope.Unlock(); in doubleLock2()
2775 scope.Unlock(); in unlockJoin()
2792 scope.Unlock(); in loopRelease()
2832 scope.Unlock(); in loopReleaseContinue()
2924 mu.Unlock(); in directUnlock()
2933 scope.Unlock(); in directRelock()
2936 scope.Unlock(); in directRelock()
2996 void Unlock() EXCLUSIVE_LOCK_FUNCTION();
3005 void Unlock() EXCLUSIVE_LOCK_FUNCTION();
3047 scope.Unlock(); in manual()
3067 scope.Unlock(); // expected-warning {{releasing mutex 'mu' that was not held}} in doubleUnlock()
3108 mu1_.Unlock(); in lockBoth()
3109 mu2_.Unlock(); in lockBoth()
3152 mutex_.Unlock(); in foo1()
3157 mutex_.Unlock(); in foo2()
3279 void Unlock() UNLOCK_FUNCTION(mu_);
3303 mu_->Unlock(); in test1()
3311 (*mu_).Unlock(); in test2()
3320 mu_.get()->Unlock(); in test3()
3345 Unlock(); in test6()
3352 mu_->Unlock(); in test7()
3356 Unlock(); in test7()
3360 mu_->Unlock(); in test7()
3364 mu_.get()->Unlock(); in test7()
3368 (*mu_).Unlock(); in test7()
3372 mu_->Unlock(); in test7()
3381 mu_.get()->Unlock(); // expected-note {{mutex released here}} in test8()
3382 Unlock(); // expected-warning {{releasing mutex 'mu_' that was not held}} in test8()
3408 foo->mu_->Unlock(); in test1()
3417 foo.get()->mu_->Unlock(); in test2()
3489 mu1_.Unlock(); in unlock1()
3493 mu1_.Unlock(); in unlock3()
3494 mu2_.Unlock(); in unlock3()
3495 mu3_.Unlock(); in unlock3()
3501 mu1_.Unlock(); in unlocklots()
3502 mu2_.Unlock(); in unlocklots()
3503 mu3_.Unlock(); in unlocklots()
3718 g1.mu_.Unlock(); in test()
3724 g2.mu_.Unlock(); in test()
3733 g1.mu_.Unlock(); in test()
3736 g2.mu_.Unlock(); in test()
3740 g1.mu_.Unlock(); in test()
3810 i->lock_.Unlock(); in bar()
3831 lt->mu_.Unlock(); in test()
3885 mu_.Unlock(); in test3()
3893 mu_.Unlock(); in test4()
3899 mu_.Unlock(); in test4()
3903 mu_.Unlock(); in test4()
3966 foo->mu_.Unlock(); in test()
4008 Bar::mu_.Unlock(); in test2()
4251 void Foo::unlock() { mu1_.Unlock(); mu2_.Unlock(); } in unlock()
4261 mu1_.Unlock(); in test()
4267 mu1_.Unlock(); in test()
4271 mu2_.Unlock(); in test()
4404 mu_.Unlock(); in test()
4411 mu_.Unlock(); in test()
4541 mu_.Unlock(); in test()
4569 void unlock() UNLOCK_FUNCTION() { mu_.Unlock(); } in unlock()
4588 mu_.Unlock(); in unlock()
4592 mu_.Unlock(); in unlockExclusive()
4602 mu2_.Unlock(); in lockBad()
4607 mu2_.Unlock(); in readerLockBad()
4612 mu2_.Unlock(); in unlockBad()
4629 mu2_.Unlock(); // expected-warning {{releasing mutex 'mu2_' that was not held}} in unlockBad2()
4679 mu_.Unlock(); in test5()
4684 mu_.Unlock(); // should this be a warning? in test6()
4696 mu_.Unlock(); in test7()
4709 mu_.Unlock(); // should this be a warning? in test8()
4746 mu_.Unlock(); in test12()
4757 mu_.Unlock(); in test13()
4777 mu.Unlock(); in test1()
4785 mu.Unlock(); in test2()
4793 mu.Unlock(); in test3()
4800 mu.Unlock(); in test4()
4809 mu.Unlock(); in test5()
4817 mu.Unlock(); in test6()
4824 mu.Unlock(); in test7()
4831 mu.Unlock(); in test8()
4839 mu.Unlock(); in test9()
4845 mu.Unlock(); in test10()
4884 mu1.Unlock(); in test1()
4904 mu1.Unlock(); in test2()
4922 mu2.Unlock(); in test3()
4951 mu2.Unlock(); in test5()
4952 mu1.Unlock(); in test5()
4978 mu2.Unlock(); in test1()
4979 mu1.Unlock(); in test1()
4996 mu2.Unlock(); in test2()
5013 mu1.Unlock(); in test3()
5071 mu_.Unlock(); in test()
5115 map["foo"]->Unlock(); in test()
5121 mapCell["foo"].mu->Unlock(); in test2()
5134 a.mu->Unlock(); in compare()
5210 mu.Unlock(); in baz()
5224 mu.Unlock(); in foo()
5238 mu.Unlock(); in baz()
5531 mu3.Unlock(); in test1()
5532 mu2.Unlock(); in test1()
5533 mu1.Unlock(); in test1()
5539 mu1.Unlock(); in test2()
5540 mu2.Unlock(); in test2()
5546 mu1.Unlock(); in test3()
5547 mu3.Unlock(); in test3()
5552 mu2.Unlock(); in test4()
5557 mu1.Unlock(); in test5()
5580 mu3.Unlock(); in test1()
5581 mu2.Unlock(); in test1()
5582 mu1.Unlock(); in test1()
5588 mu1.Unlock(); in test2()
5589 mu2.Unlock(); in test2()
5595 mu1.Unlock(); in test3()
5596 mu3.Unlock(); in test3()
5613 mu4.Unlock(); in test1()
5614 mu3.Unlock(); in test1()
5615 mu2.Unlock(); in test1()
5616 mu1.Unlock(); in test1()
5623 mu2.Unlock(); in test2()
5624 mu4.Unlock(); in test2()
5631 mu1.Unlock(); in test3()
5632 mu4.Unlock(); in test3()
5639 mu1.Unlock(); in test4()
5640 mu3.Unlock(); in test4()
5659 mu1.Unlock(); in test()
5660 mu8.Unlock(); in test()
5679 mu1.Unlock(); in test()
5680 mu8.Unlock(); in test()
5696 mu_b.Unlock(); in test0()
5697 mu_a.Unlock(); in test0()
5702 mu1.Unlock(); in test1a()
5709 mu_b.Unlock(); in test1b()
5710 mu_a.Unlock(); in test1b()
5711 mu1.Unlock(); in test1b()
5716 mu2.Unlock(); in test()
5721 mu3.Unlock(); in test3()
5821 mu1.Unlock(); in test3()
5822 mu2.Unlock(); in test3()
5850 void Unlock() UNLOCK_FUNCTION();
5859 muun1.Unlock(); in test()
5860 muun2.Unlock(); in test()
5949 void Unlock() UNLOCK_FUNCTION(mu_);
5962 Unlock(); in test1()
5978 foo->Unlock(); in test1()
5982 foo->mu_->Unlock(); in test1()
6007 mu1.Unlock(); in test1()
6016 mu2.Unlock(); in test2()
6026 mu2.Unlock(); in test3()
6027 mu1.Unlock(); in test3()