Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp2907 void unlock1() UNLOCK_FUNCTION(mu1_);
2941 void Foo::unlock1() UNLOCK_FUNCTION(mu1_) { in unlock1() function in DuplicateAttributeTest::Foo
2976 foo.unlock1(); in test1()
2981 foo.unlock1(); in test1()
2982 foo.unlock1(); // expected-warning {{releasing mutex 'foo.mu1_' that was not held}} in test1()
2990 foo.unlock1(); in test2()
2995 foo.unlock1(); in test2()
2996 foo.unlock1(); // expected-warning {{releasing mutex 'foo.mu1_' that was not held}} in test2()