| 80 | inline void AssertLockHeldInternal(const char* pszName, const char* pszFile, int nLine, MutexType* cs) EXCLUSIVE_LOCKS_REQUIRED(cs) {} |
| 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 |
no outgoing calls
no test coverage detected