| 81 | template <typename MutexType> |
| 82 | void AssertLockNotHeldInternal(const char* pszName, const char* pszFile, int nLine, MutexType* cs) LOCKS_EXCLUDED(cs) {} |
| 83 | inline void DeleteLock(void* cs) {} |
| 84 | inline bool LockStackEmpty() { return true; } |
| 85 | #endif |
| 86 | #define AssertLockHeld(cs) AssertLockHeldInternal(#cs, __FILE__, __LINE__, &cs) |