|
@@ -36,7 +36,9 @@ MutexDummyImpl() {
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
INLINE MutexDummyImpl::
|
|
INLINE MutexDummyImpl::
|
|
|
~MutexDummyImpl() {
|
|
~MutexDummyImpl() {
|
|
|
|
|
+#ifdef CHECK_REENTRANT_MUTEX
|
|
|
nassertv(_lock_count == 0);
|
|
nassertv(_lock_count == 0);
|
|
|
|
|
+#endif
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|