Home
last modified time | relevance | path

Searched refs:max_tid (Results 1 – 1 of 1) sorted by relevance

/art/runtime/base/
Dmutex.cc353 uint64_t max_tid = 0; in DumpContention() local
357 max_tid = pair.first; in DumpContention()
361 if (max_tid != 0) { in DumpContention()
362 os << " sample shows most blocked tid=" << max_tid; in DumpContention()
364 max_tid = 0; in DumpContention()
368 max_tid = pair.first; in DumpContention()
372 if (max_tid != 0) { in DumpContention()
373 os << " sample shows tid=" << max_tid << " owning during this time"; in DumpContention()