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

  /art/runtime/base/
mutex.h 122 const size_t kContentionLogSize = 4;
165 ContentionLogEntry contention_log[kContentionLogSize];
167 // kContentionLogSize - 1.
mutex.cc 199 new_slot = (slot + 1) % kContentionLogSize;
222 for (size_t i = 0; i < kContentionLogSize; ++i) {
    [all...]

Completed in 48 milliseconds