Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp68 class __attribute__((scoped_lockable)) DoubleMutexLock { class
70 DoubleMutexLock(Mutex *mu1, Mutex *mu2)
72 ~DoubleMutexLock() __attribute__((unlock_function));
1675 DoubleMutexLock mulock(&mu1, &mu2); in foo5()