Searched refs:custMu (Results 1 – 1 of 1) sorted by relevance
4534 static struct DerivedMutex custMu; variable4536 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()