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