Searched defs:cur_state (Results 1 – 4 of 4) sorted by relevance
461 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveLock() local601 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveTryLock() local703 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveUnlock() local802 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveLock() local844 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveUnlock() local875 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveLockWithTimeout() local930 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
192 int32_t cur_state = state_.load(std::memory_order_relaxed); in SharedLock() local216 int32_t cur_state = state_.load(std::memory_order_relaxed); in SharedUnlock() local
425 int cur_state = getThreadState(t); in printMajorityThreadState() local
2563 uint32_t cur_state = moving_pages_status_[arr_idx].load(std::memory_order_acquire); in MapMovingSpacePages() local3626 uint32_t cur_state = moving_pages_status_[idx].load(std::memory_order_acquire); in ConcurrentlyProcessMovingPage() local3764 for (Atomic<PageState>* cur_state = state; in MapUpdatedLinearAllocPages() local