Searched refs:ScopedContentionRecorder (Results 1 – 2 of 2) sorted by relevance
/art/runtime/base/ |
D | mutex.cc | 103 class ScopedContentionRecorder final : public ValueObject { class 105 ScopedContentionRecorder(BaseMutex* mutex, uint64_t blocked_tid, uint64_t owner_tid) in ScopedContentionRecorder() function in art::ScopedContentionRecorder 117 ~ScopedContentionRecorder() { in ~ScopedContentionRecorder() 374 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock() 584 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock() 663 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLockWithTimeout() 704 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in HandleSharedLockContention()
|
D | mutex.h | 53 class ScopedContentionRecorder; variable 109 friend class ScopedContentionRecorder; variable
|