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:
2025-09-29 19:43:28 -04:00
parent 5c7a92b3a4
commit 0cf86cf18a
+6 -3
View File
@@ -142,9 +142,12 @@ public:
.heuristicallyTraceContinuationHistoryForGridlockOn(
firstFailedQutex);
gridlockIsAlgorithmicallyLikely = tracker
.completelyTraceContinuationHistoryForGridlockOn(
firstFailedQutex);
if (gridlockIsHeuristicallyLikely)
{
gridlockIsAlgorithmicallyLikely = tracker
.completelyTraceContinuationHistoryForGridlockOn(
firstFailedQutex);
}
}
bool isGridlock = (gridlockIsHeuristicallyLikely