Lines Matching refs:unlock
1939 void unlock() __attribute__((unlock_function));
1948 m.unlock(); in test()
1959 m.unlock(); in test()
2085 void unlock() UNLOCK_FUNCTION();
2091 this->unlock(); in doSomething()
2112 void unlock() UNLOCK_FUNCTION() { mu_.Unlock(); } in unlock() function in SelfLockingTest::MyLock2
2810 void unlock() UNLOCK_FUNCTION();
2830 void Foo::unlock() UNLOCK_FUNCTION() { } in unlock() function in DuplicateAttributeTest::Foo
2876 foo.unlock(); in test0()
2880 foo.unlock(); in test0()
2881 foo.unlock(); // expected-warning {{unlocking 'foo' that was not locked}} in test0()
2974 void unlock() UNLOCK_FUNCTION(mu_);
2987 unlock(); in test1()
2991 unlock(); in test1()
2996 unlock(); in test1()
3001 unlock(); in test1()
3009 unlock(); in test1()
3016 unlock(); in test1()
3020 unlock(); in test1()
3028 unlock(); in test1()
3032 unlock(); in test1()
3044 unlock(); in test1()
3156 void unlock() UNLOCK_FUNCTION("");
3165 f->unlock(); in bar()