Home
last modified time | relevance | path

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

/external/clang/test/PCH/
Dthread-safety-attrs.cpp55 class SCOPED_LOCKABLE ReleasableMutexLock { class
57 ReleasableMutexLock(Mutex *mu) EXCLUSIVE_LOCK_FUNCTION(mu);
58 ~ReleasableMutexLock() UNLOCK_FUNCTION();
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp60 class SCOPED_LOCKABLE ReleasableMutexLock { class
62 ReleasableMutexLock(Mutex *mu) EXCLUSIVE_LOCK_FUNCTION(mu);
63 ~ReleasableMutexLock() UNLOCK_FUNCTION();
2521 ReleasableMutexLock rlock(&mu_); in test1()
2526 ReleasableMutexLock rlock(&mu_); in test2()
2533 ReleasableMutexLock rlock(&mu_); in test3()
2540 ReleasableMutexLock rlock(&mu_); in test4()
2546 ReleasableMutexLock rlock(&mu_); in test5()