Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp2649 class SCOPED_LOCKABLE RelockableExclusiveMutexLock { class
2651 RelockableExclusiveMutexLock(Mutex *mu) EXCLUSIVE_LOCK_FUNCTION(mu);
2653 ~RelockableExclusiveMutexLock() EXCLUSIVE_UNLOCK_FUNCTION();
2686 RelockableExclusiveMutexLock scope(&mu); in relock()
2697 RelockableExclusiveMutexLock scope(&mu, DeferTraits{}); in deferLock()
2746 RelockableExclusiveMutexLock scope(&mu); in doubleUnlock()
2757 RelockableExclusiveMutexLock scope(&mu); in doubleLock2()
2923 RelockableExclusiveMutexLock scope(&mu); in directUnlock()
2932 RelockableExclusiveMutexLock scope(&mu); in directRelock()
2941 RelockableExclusiveMutexLock scope(&mu); in destructLock()
[all …]