Home
last modified time | relevance | path

Searched defs:LockHistoryElement (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/tsan/
Dthread_sanitizer.cc3913 struct LockHistoryElement { struct
3914 LID lid;
3915 uint32_t lock_era;
3916 LockHistoryElement(LID l, uint32_t era) in LockHistoryElement() function