Lines Matching defs:SnapshotAnalysis
247 struct SnapshotAnalysis { struct
251 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;
274 std::vector<std::pair<pid_t, std::string>> mutexWaitChain;