HomeSort by relevance Sort by last modified time
    Searched refs:ContentionLogEntry (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
mutex.h 97 struct ContentionLogEntry {
98 ContentionLogEntry() : blocked_tid(0), owner_tid(0) {}
104 ContentionLogEntry contention_log[kContentionLogSize];
mutex.cc 215 ContentionLogEntry* log = data->contention_log;
237 const ContentionLogEntry* log = data->contention_log;

Completed in 81 milliseconds