Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.cc461 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveLock() local
601 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveTryLock() local
703 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveUnlock() local
802 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveLock() local
844 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveUnlock() local
875 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveLockWithTimeout() local
930 void ReaderWriterMutex::HandleSharedLockContention(Thread* self, int32_t cur_state) { in HandleSharedLockContention()
954 int32_t cur_state = state_.load(std::memory_order_relaxed); in SharedTryLock() local
Dmutex-inl.h192 int32_t cur_state = state_.load(std::memory_order_relaxed); in SharedLock() local
216 int32_t cur_state = state_.load(std::memory_order_relaxed); in SharedUnlock() local
/art/test/924-threads/src/art/
DTest924.java425 int cur_state = getThreadState(t); in printMajorityThreadState() local
/art/runtime/gc/collector/
Dmark_compact.cc2563 uint32_t cur_state = moving_pages_status_[arr_idx].load(std::memory_order_acquire); in MapMovingSpacePages() local
3626 uint32_t cur_state = moving_pages_status_[idx].load(std::memory_order_acquire); in ConcurrentlyProcessMovingPage() local
3764 for (Atomic<PageState>* cur_state = state; in MapUpdatedLinearAllocPages() local