Searched defs:cur_state (Results 1 – 3 of 3) sorted by relevance
443 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveLock() local582 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveTryLock() local681 int32_t cur_state = state_and_contenders_.load(std::memory_order_relaxed); in ExclusiveUnlock() local779 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveLock() local821 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveUnlock() local852 int32_t cur_state = state_.load(std::memory_order_relaxed); in ExclusiveLockWithTimeout() local907 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
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