Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h122 const bool kLogLockContentions = false; variable
126 const bool kLogLockContentions = false; variable
129 const size_t kContentionLogDataSize = kLogLockContentions ? 1 : 0;
130 const size_t kAllMutexDataSize = kLogLockContentions ? 1 : 0;
186 if (kLogLockContentions) { in HasEverContended()
Dmutex.cc117 : mutex_(kLogLockContentions ? mutex : nullptr), in ScopedContentionRecorder()
118 blocked_tid_(kLogLockContentions ? blocked_tid : 0), in ScopedContentionRecorder()
119 owner_tid_(kLogLockContentions ? owner_tid : 0), in ScopedContentionRecorder()
120 start_nano_time_(kLogLockContentions ? NanoTime() : 0) { in ScopedContentionRecorder()
130 if (kLogLockContentions) { in ~ScopedContentionRecorder()
144 if (kLogLockContentions) { in BaseMutex()
157 if (kLogLockContentions) { in ~BaseMutex()
164 if (kLogLockContentions) { in DumpAll()
220 if (kLogLockContentions) { in AddToWaitTime()
229 if (kLogLockContentions) { in RecordContention()
[all …]