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

/art/runtime/base/
H A Dmutex.cc119 ScopedContentionRecorder(BaseMutex* mutex, uint64_t blocked_tid, uint64_t owner_tid) argument
122 owner_tid_(kLogLockContentions ? owner_tid : 0),
126 mutex->GetName(), owner_tid);
230 uint64_t owner_tid,
240 log[slot].owner_tid == blocked_tid) {
249 log[new_slot].owner_tid = owner_tid;
271 uint64_t owner_tid = log[i].owner_tid; local
280 it = most_common_blocker.find(owner_tid);
229 RecordContention(uint64_t blocked_tid, uint64_t owner_tid, uint64_t nano_time_blocked) argument
[all...]
H A Dmutex.h166 void RecordContention(uint64_t blocked_tid, uint64_t owner_tid, uint64_t nano_time_blocked);
174 ContentionLogEntry() : blocked_tid(0), owner_tid(0) {}
176 uint64_t owner_tid; member in struct:art::BaseMutex::ContentionLogEntry
/art/runtime/
H A Dmonitor.h215 pid_t owner_tid,
H A Dmonitor.cc298 pid_t owner_tid,
308 oss << "monitor contention with owner " << owner_name << " (" << owner_tid << ")"; local
297 PrettyContentionInfo(const std::string& owner_name, pid_t owner_tid, ArtMethod* owners_method, uint32_t owners_dex_pc, size_t num_waiters) argument

Completed in 98 milliseconds