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

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

Completed in 118 milliseconds