Searched defs:LockInfo (Results 1 – 1 of 1) sorted by relevance
30 struct LockInfo { struct31 bool exclusive;32 autovector<TransactionID> txn_ids;35 uint64_t expiration_time;37 LockInfo(TransactionID id, uint64_t time, bool ex) in LockInfo() function41 LockInfo(const LockInfo& lock_info) in LockInfo() argument