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

/art/runtime/base/
H A Dmutex.h173 struct ContentionLogEntry { struct in class:art::BaseMutex
174 ContentionLogEntry() : blocked_tid(0), owner_tid(0) {} function in struct:art::BaseMutex::ContentionLogEntry
180 ContentionLogEntry contention_log[kContentionLogSize];

Completed in 6 milliseconds