Searched refs:ScopedContentionRecorder (Results 1 – 3 of 3) sorted by relevance
/art/runtime/base/ |
D | mutex-inl.h | 47 class ScopedContentionRecorder { 49 ScopedContentionRecorder(BaseMutex* mutex, uint64_t blocked_tid, uint64_t owner_tid) in ScopedContentionRecorder() function 61 ~ScopedContentionRecorder() { in ~ScopedContentionRecorder() 162 ScopedContentionRecorder scr(this, GetExclusiveOwnerTid(), SafeGetTid(self)); in SharedLock()
|
D | mutex.h | 47 class ScopedContentionRecorder; variable 149 friend class ScopedContentionRecorder; variable
|
D | mutex.cc | 328 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock() 504 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLock() 580 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid()); in ExclusiveLockWithTimeout()
|