Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp2634 class SCOPED_LOCKABLE WTF_ScopedLockable { class
2636 WTF_ScopedLockable(Mutex* mu) EXCLUSIVE_LOCK_FUNCTION(mu);
2639 ~WTF_ScopedLockable();
2653 WTF_ScopedLockable wtf(&mu_); in test1()
2658 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test2()
2663 WTF_ScopedLockable wtf(&mu_); in test3()
2673 WTF_ScopedLockable wtf(&mu_); in test4()
2680 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test5()
2689 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test6()