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

  /art/runtime/base/
mutex.h 173 struct ContentionLogEntry {
174 ContentionLogEntry() : blocked_tid(0), owner_tid(0) {}
180 ContentionLogEntry contention_log[kContentionLogSize];
mutex.cc 236 ContentionLogEntry* log = data->contention_log;
258 const ContentionLogEntry* log = data->contention_log;
    [all...]

Completed in 1577 milliseconds