Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex-inl.h83 inline void BaseMutex::RegisterAsLocked(Thread* self) { in RegisterAsLocked() function
146 RegisterAsLocked(self); in SharedLock()
230 RegisterAsLocked(self); in TransitionFromSuspendedToRunnable()
Dmutex.cc424 RegisterAsLocked(self); in ExclusiveLock()
464 RegisterAsLocked(self); in ExclusiveTryLock()
625 RegisterAsLocked(self); in ExclusiveLock()
715 RegisterAsLocked(self); in ExclusiveLockWithTimeout()
762 RegisterAsLocked(self); in SharedTryLock()
Dmutex.h171 void RegisterAsLocked(Thread* self);