Searched defs:LockHistoryElement (Results 1 – 1 of 1) sorted by relevance
3913 struct LockHistoryElement { struct3914 LID lid;3915 uint32_t lock_era;3916 LockHistoryElement(LID l, uint32_t era) in LockHistoryElement() function