Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp5172 static struct DerivedMutex custMu; variable
5174 static void doSomethingRequiringLock() EXCLUSIVE_LOCKS_REQUIRED(custMu) { } in doSomethingRequiringLock()
5177 customLock(reinterpret_cast<BaseMutex*>(&custMu)); // ignore casts in customTest()
5179 customUnlock(reinterpret_cast<BaseMutex*>(&custMu)); in customTest()