Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp4534 static struct DerivedMutex custMu; variable
4536 static void doSomethingRequiringLock() EXCLUSIVE_LOCKS_REQUIRED(custMu) { } in doSomethingRequiringLock()
4539 customLock(reinterpret_cast<BaseMutex*>(&custMu)); // ignore casts in customTest()
4541 customUnlock(reinterpret_cast<BaseMutex*>(&custMu)); in customTest()