Searched defs:cur_state (Results 1 – 2 of 2) sorted by relevance
141 auto cur_state = state_.load(std::memory_order_relaxed); in WriteLock() local177 void RWLock::HandleReadLockWait(int32_t cur_state) in HandleReadLockWait()202 auto cur_state = state_.load(std::memory_order_relaxed); in TryReadLock() local224 auto cur_state = state_.load(std::memory_order_relaxed); in TryWriteLock() local255 int32_t cur_state = state_.load(std::memory_order_relaxed); in WriteUnlock() local
148 auto cur_state = state_.load(std::memory_order_relaxed); in ReadLock() local180 auto cur_state = state_.load(std::memory_order_relaxed); in ReadUnlock() local