HomeSort by relevance Sort by last modified time
    Searched refs:kLogLockContentions (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
mutex.h 132 const bool kLogLockContentions = false;
136 const bool kLogLockContentions = false;
139 const size_t kContentionLogDataSize = kLogLockContentions ? 1 : 0;
140 const size_t kAllMutexDataSize = kLogLockContentions ? 1 : 0;
208 if (kLogLockContentions) {
mutex.cc 146 : mutex_(kLogLockContentions ? mutex : nullptr),
147 blocked_tid_(kLogLockContentions ? blocked_tid : 0),
148 owner_tid_(kLogLockContentions ? owner_tid : 0),
149 start_nano_time_(kLogLockContentions ? NanoTime() : 0) {
159 if (kLogLockContentions) {
176 if (kLogLockContentions) {
189 if (kLogLockContentions) {
196 if (kLogLockContentions) {
271 if (kLogLockContentions) {
280 if (kLogLockContentions) {
    [all...]

Completed in 73 milliseconds