Home
last modified time | relevance | path

Searched refs:RegisterAsLocked (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dmutex-inl.h91 inline void BaseMutex::RegisterAsLocked(Thread* self) { in RegisterAsLocked() function
194 RegisterAsLocked(self); in SharedLock()
299 RegisterAsLocked(self); in TransitionFromSuspendedToRunnable()
Dmutex.cc474 RegisterAsLocked(self); in ExclusiveLock()
514 RegisterAsLocked(self); in ExclusiveTryLock()
720 RegisterAsLocked(self); in ExclusiveLock()
810 RegisterAsLocked(self); in ExclusiveLockWithTimeout()
860 RegisterAsLocked(self); in SharedTryLock()
Dmutex.h108 void RegisterAsLocked(Thread* self);