Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex-inl.h81 inline void BaseMutex::RegisterAsLocked(Thread* self) { in RegisterAsLocked() function
143 RegisterAsLocked(self); in SharedLock()
Dmutex.cc389 RegisterAsLocked(self); in ExclusiveLock()
429 RegisterAsLocked(self); in ExclusiveTryLock()
576 RegisterAsLocked(self); in ExclusiveLock()
663 RegisterAsLocked(self); in ExclusiveLockWithTimeout()
707 RegisterAsLocked(self); in SharedTryLock()
Dmutex.h151 void RegisterAsLocked(Thread* self);