Searched refs:kLogLockContentions (Results 1 – 2 of 2) sorted by relevance
131 const bool kLogLockContentions = false; variable135 const bool kLogLockContentions = false; variable138 const size_t kContentionLogDataSize = kLogLockContentions ? 1 : 0;139 const size_t kAllMutexDataSize = kLogLockContentions ? 1 : 0;207 if (kLogLockContentions) { in HasEverContended()
145 : mutex_(kLogLockContentions ? mutex : nullptr), in ScopedContentionRecorder()146 blocked_tid_(kLogLockContentions ? blocked_tid : 0), in ScopedContentionRecorder()147 owner_tid_(kLogLockContentions ? owner_tid : 0), in ScopedContentionRecorder()148 start_nano_time_(kLogLockContentions ? NanoTime() : 0) { in ScopedContentionRecorder()158 if (kLogLockContentions) { in ~ScopedContentionRecorder()175 if (kLogLockContentions) { in BaseMutex()188 if (kLogLockContentions) { in ~BaseMutex()195 if (kLogLockContentions) { in DumpAll()251 if (kLogLockContentions) { in AddToWaitTime()260 if (kLogLockContentions) { in RecordContention()[all …]