Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.cc442 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveLock() local
571 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveTryLock() local
670 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveUnlock() local
768 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveLock() local
810 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveUnlock() local
841 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveLockWithTimeout() local
895 void ReaderWriterMutex::HandleSharedLockContention(Thread* self, int32_t cur_state) { in HandleSharedLockContention()
919 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.cc210 IRTSegmentState cur_state) { in CheckHoleCount()
/art/test/924-threads/src/art/
DTest924.java409 int cur_state = getThreadState(t); in printMajorityThreadState() local