Searched refs:blocked_tid (Results 1 – 2 of 2) sorted by relevance
105 ScopedContentionRecorder(BaseMutex* mutex, uint64_t blocked_tid, uint64_t owner_tid) in ScopedContentionRecorder() argument107 blocked_tid_(kLogLockContentions ? blocked_tid : 0), in ScopedContentionRecorder()235 void BaseMutex::RecordContention(uint64_t blocked_tid, in RecordContention() argument245 if (log[slot].blocked_tid == blocked_tid && in RecordContention()246 log[slot].owner_tid == blocked_tid) { in RecordContention()254 log[new_slot].blocked_tid = blocked_tid; in RecordContention()276 uint64_t blocked_tid = log[i].blocked_tid; in DumpContention() local280 auto it = most_common_blocked.find(blocked_tid); in DumpContention()282 most_common_blocked.Overwrite(blocked_tid, it->second + count); in DumpContention()284 most_common_blocked.Put(blocked_tid, count); in DumpContention()
111 void RecordContention(uint64_t blocked_tid, uint64_t owner_tid, uint64_t nano_time_blocked);118 ContentionLogEntry() : blocked_tid(0), owner_tid(0) {} in ContentionLogEntry()119 uint64_t blocked_tid; member