Home
last modified time | relevance | path

Searched defs:ScopedContentionRecorder (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/base/
H A Dmutex.h53 class ScopedContentionRecorder; variable
117 friend class ScopedContentionRecorder; variable
H A Dmutex.cc170 class ScopedContentionRecorder final : public ValueObject { class
172 ScopedContentionRecorder(BaseMutex* mutex, uint64_t blocked_tid, uint64_t owner_tid) in ScopedContentionRecorder() function in art::ScopedContentionRecorder