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

  /art/runtime/base/
mutex.h 128 const size_t kContentionLogSize = 4;
171 ContentionLogEntry contention_log[kContentionLogSize];
173 // kContentionLogSize - 1.
mutex.cc 243 new_slot = (slot + 1) % kContentionLogSize;
266 for (size_t i = 0; i < kContentionLogSize; ++i) {
    [all...]

Completed in 51 milliseconds