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

  /art/runtime/base/
mutex.h 137 const size_t kContentionLogSize = 4;
192 ContentionLogEntry contention_log[kContentionLogSize];
194 // kContentionLogSize - 1.
mutex.cc 274 new_slot = (slot + 1) % kContentionLogSize;
297 for (size_t i = 0; i < kContentionLogSize; ++i) {
    [all...]

Completed in 78 milliseconds