Lockvoker: Take singleton by ref and not by copy
This commit is contained in:
@@ -127,7 +127,7 @@ public:
|
||||
|
||||
if (gridlockLikely)
|
||||
{
|
||||
auto tracker = QutexAcquisitionHistoryTracker
|
||||
auto& tracker = QutexAcquisitionHistoryTracker
|
||||
::getInstance();
|
||||
|
||||
auto heldLocks = serializedContinuation
|
||||
|
||||
Reference in New Issue
Block a user