Searched refs:kLogLockContentions (Results 1 – 2 of 2) sorted by relevance
62 constexpr bool kLogLockContentions = false; variable69 constexpr bool kLogLockContentions = false; variable72 constexpr size_t kContentionLogDataSize = kLogLockContentions ? 1 : 0;73 constexpr size_t kAllMutexDataSize = kLogLockContentions ? 1 : 0;142 if (kLogLockContentions) { in HasEverContended()
106 : mutex_(kLogLockContentions ? mutex : nullptr), in ScopedContentionRecorder()107 blocked_tid_(kLogLockContentions ? blocked_tid : 0), in ScopedContentionRecorder()108 owner_tid_(kLogLockContentions ? owner_tid : 0), in ScopedContentionRecorder()109 start_nano_time_(kLogLockContentions ? NanoTime() : 0) { in ScopedContentionRecorder()119 if (kLogLockContentions) { in ~ScopedContentionRecorder()136 if (kLogLockContentions) { in BaseMutex()149 if (kLogLockContentions) { in ~BaseMutex()156 if (kLogLockContentions) { in DumpAll()229 if (kLogLockContentions) { in AddToWaitTime()238 if (kLogLockContentions) { in RecordContention()[all …]