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

  /art/runtime/base/
mutex.h 130 const bool kLogLockContentions = false;
134 const bool kLogLockContentions = false;
137 const size_t kContentionLogDataSize = kLogLockContentions ? 1 : 0;
138 const size_t kAllMutexDataSize = kLogLockContentions ? 1 : 0;
195 if (kLogLockContentions) {
mutex.cc 120 : mutex_(kLogLockContentions ? mutex : nullptr),
121 blocked_tid_(kLogLockContentions ? blocked_tid : 0),
122 owner_tid_(kLogLockContentions ? owner_tid : 0),
123 start_nano_time_(kLogLockContentions ? NanoTime() : 0) {
133 if (kLogLockContentions) {
147 if (kLogLockContentions) {
160 if (kLogLockContentions) {
167 if (kLogLockContentions) {
223 if (kLogLockContentions) {
232 if (kLogLockContentions) {
    [all...]

Completed in 43 milliseconds