Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_lock_mgr.cc30 struct LockInfo { struct
37 LockInfo(TransactionID id, uint64_t time, bool ex) in LockInfo() function
41 LockInfo(const LockInfo& lock_info) in LockInfo() argument
63 std::unordered_map<std::string, LockInfo> keys;
256 const LockInfo& lock_info, Env* env, in IsLockExpired()
306 LockInfo lock_info(txn->GetID(), txn->GetExpirationTime(), exclusive); in TryLock()
317 int64_t timeout, LockInfo&& lock_info) { in AcquireWithTimeout()
523 LockInfo&& txn_lock_info, in AcquireLocked()
533 LockInfo& lock_info = stripe_iter->second; in AcquireLocked()
Dtransaction_lock_mgr.h26 struct LockInfo;
129 bool IsLockExpired(TransactionID txn_id, const LockInfo& lock_info, Env* env,
137 LockInfo&& lock_info);
141 LockInfo&& lock_info, uint64_t* wait_time,