Searched defs:DeadlockPath (Results 1 – 2 of 2) sorted by relevance
208 struct DeadlockPath { struct213 explicit DeadlockPath(std::vector<DeadlockInfo> path_entry, in DeadlockPath() argument221 bool empty() { return path.empty() && !limit_exceeded; } in empty()
350 public static class DeadlockPath { class in TransactionDB354 public DeadlockPath(final DeadlockInfo[] path, final boolean limitExceeded) { in DeadlockPath() method in TransactionDB.DeadlockPath