Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp3167 class SCOPED_LOCKABLE WTF_ScopedLockable { class
3169 WTF_ScopedLockable(Mutex* mu) EXCLUSIVE_LOCK_FUNCTION(mu);
3172 ~WTF_ScopedLockable();
3186 WTF_ScopedLockable wtf(&mu_); in test1()
3191 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test2()
3196 WTF_ScopedLockable wtf(&mu_); in test3()
3206 WTF_ScopedLockable wtf(&mu_); in test4()
3213 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test5()
3222 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test6()