Searched refs:WTF_ScopedLockable (Results 1 – 1 of 1) sorted by relevance
3167 class SCOPED_LOCKABLE WTF_ScopedLockable { class3169 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()