Searched refs:locked_scope (Results 1 – 2 of 2) sorted by relevance
96 std::set<int64> locked_scope; in ProcessQueuedTransactions() local104 locked_scope.insert(transaction->scope().begin(), in ProcessQueuedTransactions()113 if (CanStartTransaction(transaction.get(), locked_scope)) { in ProcessQueuedTransactions()124 locked_scope.insert(transaction->scope().begin(), in ProcessQueuedTransactions()148 const std::set<int64>& locked_scope) const { in CanStartTransaction()154 DCHECK(locked_scope.empty()); in CanStartTransaction()161 return !DoSetsIntersect(transaction->scope(), locked_scope); in CanStartTransaction()
44 const std::set<int64>& locked_scope) const;