-
Type:
Bug
-
Resolution: Done
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 2.0.0
-
Component/s: Internal Code
-
None
-
Environment:release (i think the intent is to only call mutex debugger in debug mode)
-
ALL
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
in the unlock() method in rwlock.h, mutexDebugger.leaving() is called without the "DEV" macro, whereas everywhere else in the code it is in fact called with the DEV macro, presumably to prevent production clutter.
Is this intentional? Is there a reason the mutexDebugger is not hidden from production in unlock()?