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