Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h121 struct ContentionLogEntry { struct
122 ContentionLogEntry() : blocked_tid(0), owner_tid(0) {} in ContentionLogEntry() function
128 ContentionLogEntry contention_log[kContentionLogSize]; argument