Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.cpp133 void RWLock::FutexWait(int32_t curState) in FutexWait()
159 auto curState = state_.load(std::memory_order_relaxed); in WriteLock() local
182 inline void RWLock::WaitForFutex(int32_t curState) in WaitForFutex()
192 void RWLock::HandleReadLockWait(int32_t curState) in HandleReadLockWait()
212 auto curState = state_.load(std::memory_order_relaxed); in TryReadLock() local
234 auto curState = state_.load(std::memory_order_relaxed); in TryWriteLock() local
265 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
181 auto curState = state_.load(std::memory_order_relaxed); in ReadUnlock() local
Dfmutex.cpp172 static void WaitForUnlock(struct fmutex *const m, int curState) in WaitForUnlock()
208 auto curState = ATOMIC_LOAD(&m->stateAndWaiters, memory_order_relaxed); in MutexLock() local
280 auto curState = ATOMIC_LOAD(&m->stateAndWaiters, memory_order_relaxed); in MutexUnlock() local
/arkcompiler/ets_runtime/common_components/common/
Dscoped_object_lock.h37 BaseStateWord curState = lockedObj_->GetBaseStateWord(); in ScopedObjectLock() 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.cpp168 auto &curState = dfsStack.top(); in Run() local
283 auto &curState = dfsStack.top(); in CalculateSchedulingUpperBound() local
380 auto &curState = dfsVisitStack.top(); in CalculateSchedulingLowerBound() local
416 auto &curState = dfsFinishStack.top(); in CalculateSchedulingLowerBound() local
Dverifier.cpp151 auto &curState = dfsStack.top(); in RunCFGIsDAGCheck() local
307 auto &curState = dfsStack.top(); in RunFlowCyclesFind() local
528 auto &curState = dfsStack.top(); in Run() local
Dgraph_linearizer.cpp400 for (auto curState : loopbacks_) { in ComputeLoopInfo() local
445 auto& curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopNumber() local
478 auto &curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopTree() local
Dframe_states.cpp1259 auto &curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopTree() local
1311 auto &curState = dfsStack_[depth - 1]; // -1: for current in PushLoopExist() local
Dbytecode_circuit_builder.cpp173 auto &curState = dfsStack.top(); in PerformDFS() local