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/
H A Dmutex.cpp141 auto cur_state = state_.load(std::memory_order_relaxed); in WriteLock() local
177 void RWLock::HandleReadLockWait(int32_t cur_state) in HandleReadLockWait() argument
202 auto cur_state = state_.load(std::memory_order_relaxed); TryReadLock() local
224 auto cur_state = state_.load(std::memory_order_relaxed); TryWriteLock() local
255 int32_t cur_state = state_.load(std::memory_order_relaxed); WriteUnlock() local
[all...]
H A Dmutex.h149 auto cur_state = state_.load(std::memory_order_relaxed); in ACQUIRE_SHARED() local
181 auto cur_state = state_.load(std::memory_order_relaxed); in RELEASE_SHARED() local
[all...]

Completed in 2 milliseconds