Searched refs:GetDeadlockDetectDepth (Results 1 – 2 of 2) sorted by relevance
442 std::vector<int> queue_parents(static_cast<size_t>(txn->GetDeadlockDetectDepth())); in IncrementWaiters()443 std::vector<TransactionID> queue_values(static_cast<size_t>(txn->GetDeadlockDetectDepth())); in IncrementWaiters()465 for (int tail = 0, head = 0; head < txn->GetDeadlockDetectDepth(); head++) { in IncrementWaiters()469 tail + i < txn->GetDeadlockDetectDepth(); in IncrementWaiters()
117 int64_t GetDeadlockDetectDepth() const { return deadlock_detect_depth_; } in GetDeadlockDetectDepth() function