Home
last modified time | relevance | path

Searched defs:curState (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.cpp140 auto curState = state_.load(std::memory_order_relaxed); in WriteLock() local
176 void RWLock::HandleReadLockWait(int32_t curState) in HandleReadLockWait()
201 auto curState = state_.load(std::memory_order_relaxed); in TryReadLock() local
223 auto curState = state_.load(std::memory_order_relaxed); in TryWriteLock() local
254 int32_t curState = state_.load(std::memory_order_relaxed); in WriteUnlock() local
Dmutex.h148 auto curState = state_.load(std::memory_order_relaxed); in ReadLock() local
180 auto curState = state_.load(std::memory_order_relaxed); in ReadUnlock() local
Dfmutex.cpp188 auto curState = ATOMIC_LOAD(&m->stateAndWaiters, memory_order_relaxed); in MutexLock() local
277 auto curState = ATOMIC_LOAD(&m->stateAndWaiters, memory_order_relaxed); in MutexUnlock() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp186 auto curState = ATOMIC_LOAD(&m->state_and_waiters_, memory_order_relaxed); in MutexLock() local
273 auto curState = ATOMIC_LOAD(&m->state_and_waiters_, memory_order_relaxed); in MutexUnlock() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dscheduler.cpp159 auto &curState = dfsStack.top(); in Run() local
274 auto &curState = dfsStack.top(); in CalculateSchedulingUpperBound() local
371 auto &curState = dfsVisitStack.top(); in CalculateSchedulingLowerBound() local
407 auto &curState = dfsFinishStack.top(); in CalculateSchedulingLowerBound() local
Dverifier.cpp157 auto &curState = dfsStack.top(); in RunCFGIsDAGCheck() local
312 auto &curState = dfsStack.top(); in RunFlowCyclesFind() local
533 auto &curState = dfsStack.top(); in Run() local
Dgraph_linearizer.cpp393 for (auto curState : loopbacks_) { in ComputeLoopInfo() local
438 auto& curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopNumber() local
471 auto &curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopTree() local
Dframe_states.cpp969 auto &curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopTree() local
1015 auto &curState = dfsStack_[depth - 1]; // -1: for current in PushLoopExist() local