Lockvoker: Gridlock only algo likely if heuristically likely
Only run the algorithmically complete scan if the heuristic scan detected it as likely.
This commit is contained in:
@@ -142,9 +142,12 @@ public:
|
|||||||
.heuristicallyTraceContinuationHistoryForGridlockOn(
|
.heuristicallyTraceContinuationHistoryForGridlockOn(
|
||||||
firstFailedQutex);
|
firstFailedQutex);
|
||||||
|
|
||||||
gridlockIsAlgorithmicallyLikely = tracker
|
if (gridlockIsHeuristicallyLikely)
|
||||||
.completelyTraceContinuationHistoryForGridlockOn(
|
{
|
||||||
firstFailedQutex);
|
gridlockIsAlgorithmicallyLikely = tracker
|
||||||
|
.completelyTraceContinuationHistoryForGridlockOn(
|
||||||
|
firstFailedQutex);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isGridlock = (gridlockIsHeuristicallyLikely
|
bool isGridlock = (gridlockIsHeuristicallyLikely
|
||||||
|
|||||||
Reference in New Issue
Block a user