Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp2999 class SCOPED_LOCKABLE ReaderMutexUnlock { class
3001 ReaderMutexUnlock(Mutex *mu) SHARED_UNLOCK_FUNCTION(mu);
3002 ~ReaderMutexUnlock() EXCLUSIVE_UNLOCK_FUNCTION();
3021 ReaderMutexUnlock scope(&mu); in simpleShared()
3037 ReaderMutexUnlock inner(&mu); in innerUnlockShared()