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

  /art/runtime/base/
mutex-inl.h 47 : mutex_(kLogLockContentions ? mutex : NULL),
48 blocked_tid_(kLogLockContentions ? blocked_tid : 0),
49 owner_tid_(kLogLockContentions ? owner_tid : 0),
50 start_nano_time_(kLogLockContentions ? NanoTime() : 0) {
58 if (kLogLockContentions) {
mutex.h 55 const bool kLogLockContentions = false;
59 const bool kLogLockContentions = false;
62 const size_t kContentionLogDataSize = kLogLockContentions ? 1 : 0;
63 const size_t kAllMutexDataSize = kLogLockContentions ? 1 : 0;
119 if (kLogLockContentions) {
mutex.cc 124 if (kLogLockContentions) {
137 if (kLogLockContentions) {
144 if (kLogLockContentions) {
196 if (kLogLockContentions) {
211 if (kLogLockContentions) {
235 if (kLogLockContentions) {

Completed in 256 milliseconds