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

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

Completed in 6 milliseconds