Home
last modified time | relevance | path

Searched defs:cur_state (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dmutex.cc417 int32_t cur_state = state_.LoadRelaxed(); in ExclusiveLock() local
463 int32_t cur_state = state_.LoadRelaxed(); in ExclusiveTryLock() local
520 int32_t cur_state = state_.LoadRelaxed(); in ExclusiveUnlock() local
618 int32_t cur_state = state_.LoadRelaxed(); in ExclusiveLock() local
657 int32_t cur_state = state_.LoadRelaxed(); in ExclusiveUnlock() local
691 int32_t cur_state = state_.LoadRelaxed(); in ExclusiveLockWithTimeout() local
742 void ReaderWriterMutex::HandleSharedLockContention(Thread* self, int32_t cur_state) { in HandleSharedLockContention()
763 int32_t cur_state = state_.LoadRelaxed(); in SharedTryLock() local
Dmutex-inl.h134 int32_t cur_state = state_.LoadRelaxed(); in SharedLock() local
158 int32_t cur_state = state_.LoadRelaxed(); in SharedUnlock() local
/art/runtime/
Dindirect_reference_table.cc201 IRTSegmentState cur_state) { in CheckHoleCount()