Searched refs:ContentionLogEntry (Results 1 - 2 of 2) 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];
H A Dmutex.cc307 ContentionLogEntry* log = data->contention_log;
329 const ContentionLogEntry* log = data->contention_log;

Completed in 36 milliseconds