OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedContentionRecorder
(Results
1 - 3
of
3
) sorted by null
/art/runtime/base/
mutex-inl.h
44
class
ScopedContentionRecorder
{
46
ScopedContentionRecorder
(BaseMutex* mutex, uint64_t blocked_tid, uint64_t owner_tid)
56
~
ScopedContentionRecorder
() {
145
ScopedContentionRecorder
scr(this, GetExclusiveOwnerTid(), SafeGetTid(self));
mutex.h
47
class
ScopedContentionRecorder
;
88
friend class
ScopedContentionRecorder
;
mutex.cc
354
ScopedContentionRecorder
scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
557
ScopedContentionRecorder
scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
626
ScopedContentionRecorder
scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
Completed in 1411 milliseconds