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

/art/runtime/base/
H A Dmutex.cc288 uint64_t max_tid = 0; local
292 max_tid = pair.first;
296 if (max_tid != 0) {
297 os << " sample shows most blocked tid=" << max_tid; local
299 max_tid = 0;
303 max_tid = pair.first;
307 if (max_tid != 0) {
308 os << " sample shows tid=" << max_tid << " owning during this time"; local

Completed in 56 milliseconds