Home
last modified time | relevance | path

Searched refs:last_it (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dtransaction_lock_mgr.cc605 auto last_it = txns.end() - 1; in UnLockKey() local
606 if (txn_it != last_it) { in UnLockKey()
607 *txn_it = *last_it; in UnLockKey()