Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h121 struct ContentionLogEntry { struct
122 ContentionLogEntry() : blocked_tid(0), owner_tid(0) {} in ContentionLogEntry() argument
128 ContentionLogEntry contention_log[kContentionLogSize]; argument
Dmutex.cc301 ContentionLogEntry* log = data->contention_log; in RecordContention()
323 const ContentionLogEntry* log = data->contention_log; in DumpContention()