Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.cpp141 auto cur_state = state_.load(std::memory_order_relaxed); in WriteLock() local
177 void RWLock::HandleReadLockWait(int32_t cur_state) in HandleReadLockWait()
202 auto cur_state = state_.load(std::memory_order_relaxed); in TryReadLock() local
224 auto cur_state = state_.load(std::memory_order_relaxed); in TryWriteLock() local
255 int32_t cur_state = state_.load(std::memory_order_relaxed); in WriteUnlock() local
Dmutex.h148 auto cur_state = state_.load(std::memory_order_relaxed); in ReadLock() local
180 auto cur_state = state_.load(std::memory_order_relaxed); in ReadUnlock() local