Home
last modified time | relevance | path

Searched refs:kLogLockContentions (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dmutex.h62 constexpr bool kLogLockContentions = false; variable
69 constexpr bool kLogLockContentions = false; variable
72 constexpr size_t kContentionLogDataSize = kLogLockContentions ? 1 : 0;
73 constexpr size_t kAllMutexDataSize = kLogLockContentions ? 1 : 0;
146 if (kLogLockContentions) { in HasEverContended()
Dmutex.cc172 : mutex_(kLogLockContentions ? mutex : nullptr), in ScopedContentionRecorder()
173 blocked_tid_(kLogLockContentions ? blocked_tid : 0), in ScopedContentionRecorder()
174 owner_tid_(kLogLockContentions ? owner_tid : 0), in ScopedContentionRecorder()
175 start_nano_time_(kLogLockContentions ? NanoTime() : 0) { in ScopedContentionRecorder()
185 if (kLogLockContentions) { in ~ScopedContentionRecorder()
202 if (kLogLockContentions) { in BaseMutex()
215 if (kLogLockContentions) { in ~BaseMutex()
222 if (kLogLockContentions) { in DumpAll()
302 if (kLogLockContentions) { in AddToWaitTime()
311 if (kLogLockContentions) { in RecordContention()
[all …]