Searched defs:SnapshotAnalysis (Results 1 – 1 of 1) sorted by relevance
247 struct SnapshotAnalysis { struct251 static constexpr pid_t INVALID_PID = -1;254 std::string description;259 pid_t timeoutTid = INVALID_PID;263 pid_t suspectTid = INVALID_PID;265 size_t secondChanceCount;267 std::vector<std::shared_ptr<const Request>> pendingRequests;269 std::vector<std::shared_ptr<const Request>> timeoutRequests;271 std::vector<std::shared_ptr<const Request>> retiredRequests;273 bool hasMutexCycle = false;[all …]