Searched refs:kContentionLogSize (Results 1 - 2 of 2) sorted by relevance

/art/runtime/base/
H A Dmutex.h156 const size_t kContentionLogSize = 4; member in namespace:art
211 ContentionLogEntry contention_log[kContentionLogSize];
213 // kContentionLogSize - 1.
H A Dmutex.cc317 new_slot = (slot + 1) % kContentionLogSize;
340 for (size_t i = 0; i < kContentionLogSize; ++i) {

Completed in 32 milliseconds