Lines Matching refs:kLogLockContentions
158 : mutex_(kLogLockContentions ? mutex : nullptr), in ScopedContentionRecorder()
159 blocked_tid_(kLogLockContentions ? blocked_tid : 0), in ScopedContentionRecorder()
160 owner_tid_(kLogLockContentions ? owner_tid : 0), in ScopedContentionRecorder()
161 start_nano_time_(kLogLockContentions ? NanoTime() : 0) { in ScopedContentionRecorder()
171 if (kLogLockContentions) { in ~ScopedContentionRecorder()
188 if (kLogLockContentions) { in BaseMutex()
201 if (kLogLockContentions) { in ~BaseMutex()
208 if (kLogLockContentions) { in DumpAll()
288 if (kLogLockContentions) { in AddToWaitTime()
297 if (kLogLockContentions) { in RecordContention()
321 if (kLogLockContentions) { in DumpContention()