Lines Matching refs:UNLOCK_FUNCTION
15 void Unlock() UNLOCK_FUNCTION();
36 ~MutexLock() UNLOCK_FUNCTION();
43 ~ReaderMutexLock() UNLOCK_FUNCTION();
49 ~ReleasableMutexLock() UNLOCK_FUNCTION();
51 void Release() UNLOCK_FUNCTION();
57 ~DoubleMutexLock() UNLOCK_FUNCTION();
63 void endNoWarnOnReads() UNLOCK_FUNCTION("*");
65 void endNoWarnOnWrites() UNLOCK_FUNCTION("*");
357 void globalUnlock() UNLOCK_FUNCTION(aa_mu);
1325 void MyUnlock() UNLOCK_FUNCTION(mu1_);
1563 void unlockData() UNLOCK_FUNCTION(mu);
1572 void unlockData(MyData *d) UNLOCK_FUNCTION(d->mu);
1620 ~Foo() UNLOCK_FUNCTION(fooMu) { } in UNLOCK_FUNCTION() function in constructor_destructor_tests::Foo
2085 void unlock() UNLOCK_FUNCTION();
2231 void unlock() UNLOCK_FUNCTION();
2258 void unlock() UNLOCK_FUNCTION() { mu_.Unlock(); } in unlock()
2656 void Unlock() UNLOCK_FUNCTION();
2667 ~RelockableMutexLock() UNLOCK_FUNCTION();
2670 void Unlock() UNLOCK_FUNCTION();
2673 void ReaderUnlock() UNLOCK_FUNCTION();
2675 void PromoteShared() UNLOCK_FUNCTION() EXCLUSIVE_LOCK_FUNCTION();
2676 void DemoteExclusive() UNLOCK_FUNCTION() SHARED_LOCK_FUNCTION();
2949 ~MemberLock() UNLOCK_FUNCTION(mutex);
3174 void release() UNLOCK_FUNCTION();
3279 void Unlock() UNLOCK_FUNCTION(mu_);
3444 void unlock() UNLOCK_FUNCTION();
3454 void unlock1() UNLOCK_FUNCTION(mu1_);
3455 void unlock3() UNLOCK_FUNCTION(mu1_, mu2_, mu3_);
3457 UNLOCK_FUNCTION(mu1_)
3458 UNLOCK_FUNCTION(mu2_)
3459 UNLOCK_FUNCTION(mu1_, mu2_, mu3_);
3464 void Foo::unlock() UNLOCK_FUNCTION() { } in unlock()
3488 void Foo::unlock1() UNLOCK_FUNCTION(mu1_) { in unlock1()
3492 void Foo::unlock3() UNLOCK_FUNCTION(mu1_, mu2_, mu3_) { in unlock3()
3499 UNLOCK_FUNCTION(mu1_, mu2_) in unlocklots()
3500 UNLOCK_FUNCTION(mu2_, mu3_) { in unlocklots()
3608 void unlock() UNLOCK_FUNCTION(mu_);
3693 void UnlockAllGraphs() UNLOCK_FUNCTION(&Graph::mu_);
3752 void unlock() UNLOCK_FUNCTION("");
3781 void unlockInner(Inner* i) UNLOCK_FUNCTION(getLock(i));
3952 void unlockFoo() UNLOCK_FUNCTION(&Foo::mu_);
4168 ~SelfLock() UNLOCK_FUNCTION(mu_);
4178 ~SelfLock2() UNLOCK_FUNCTION();
4217 void unlock() UNLOCK_FUNCTION(mu1_)
4218 UNLOCK_FUNCTION(mu2_);
4569 void unlock() UNLOCK_FUNCTION() { mu_.Unlock(); } in unlock()
4587 void unlock() UNLOCK_FUNCTION(mu_) { in unlock()
4610 void unlockBad() UNLOCK_FUNCTION(mu_) { // expected-note {{mutex acquired here}} in unlockBad()
4628 void unlockBad2() UNLOCK_FUNCTION(mu_) { // expected-note {{mutex acquired here}} in unlockBad2()
4677 void test5() UNLOCK_FUNCTION(mu_) { in test5()
5170 void customUnlock(const BaseMutex *m) UNLOCK_FUNCTION(m);
5255 void release(ThreadRole R) UNLOCK_FUNCTION(R) NO_THREAD_SAFETY_ANALYSIS {} in release()
5850 void Unlock() UNLOCK_FUNCTION();
5893 ~ReadLockedPtr() UNLOCK_FUNCTION();
5949 void Unlock() UNLOCK_FUNCTION(mu_);