Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.cc443 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveLock() local
582 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveTryLock() local
681 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveUnlock() local
779 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveLock() local
821 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveUnlock() local
852 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveLockWithTimeout() local
907 void ReaderWriterMutex::HandleSharedLockContention(Thread* self, int32_t cur_state) { in HandleSharedLockContention()
931 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