Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.cc428 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveLock() local
493 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveTryLock() local
592 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveUnlock() local
690 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveLock() local
732 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveUnlock() local
763 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveLockWithTimeout() local
817 void ReaderWriterMutex::HandleSharedLockContention(Thread* self, int32_t cur_state) { in HandleSharedLockContention()
841 int32_t cur_state = state_.load(std::memory_order_relaxed); in SharedTryLock() local
Dmutex-inl.h182 int32_t cur_state = state_.load(std::memory_order_relaxed); in SharedLock() local
206 int32_t cur_state = state_.load(std::memory_order_relaxed); in SharedUnlock() local
/art/runtime/
Dindirect_reference_table.cc205 IRTSegmentState cur_state) { in CheckHoleCount()
/art/test/924-threads/src/art/
DTest924.java409 int cur_state = getThreadState(t); in printMajorityThreadState() local