Searched defs:owner_tid (Results 1 - 2 of 2) sorted by relevance

/art/runtime/base/
H A Dmutex.cc116 ScopedContentionRecorder(BaseMutex* mutex, uint64_t blocked_tid, uint64_t owner_tid) argument
119 owner_tid_(kLogLockContentions ? owner_tid : 0),
123 mutex->GetName(), owner_tid);
227 uint64_t owner_tid,
237 log[slot].owner_tid == blocked_tid) {
246 log[new_slot].owner_tid = owner_tid;
268 uint64_t owner_tid = log[i].owner_tid; local
277 it = most_common_blocker.find(owner_tid);
226 RecordContention(uint64_t blocked_tid, uint64_t owner_tid, uint64_t nano_time_blocked) argument
[all...]
H A Dmutex.h157 void RecordContention(uint64_t blocked_tid, uint64_t owner_tid, uint64_t nano_time_blocked);
165 ContentionLogEntry() : blocked_tid(0), owner_tid(0) {}
167 uint64_t owner_tid; member in struct:art::BaseMutex::ContentionLogEntry

Completed in 6 milliseconds