Home
last modified time | relevance | path

Searched defs:curState (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A 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); MutexUnlock() local
[all...]
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp133 void RWLock::FutexWait(int32_t curState) in FutexWait() argument
159 auto curState = state_.load(std::memory_order_relaxed); in WriteLock() local
182 inline void RWLock::WaitForFutex(int32_t curState) in WaitForFutex() argument
192 HandleReadLockWait(int32_t curState) HandleReadLockWait() argument
212 auto curState = state_.load(std::memory_order_relaxed); TryReadLock() local
234 auto curState = state_.load(std::memory_order_relaxed); TryWriteLock() local
265 int32_t curState = state_.load(std::memory_order_relaxed); WriteUnlock() local
[all...]
H A Dmutex.h148 auto curState = state_.load(std::memory_order_relaxed); in ACQUIRE_SHARED() local
181 auto curState = state_.load(std::memory_order_relaxed); in RELEASE_SHARED() local
[all...]
H A Dfmutex.cpp172 static void WaitForUnlock(struct fmutex *const m, int curState) in WaitForUnlock() argument
208 auto curState = ATOMIC_LOAD(&m->stateAndWaiters, memory_order_relaxed); in MutexLock() local
280 auto curState = ATOMIC_LOAD(&m->stateAndWaiters, memory_order_relaxed); MutexUnlock() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dverifier.cpp158 auto &curState = dfsStack.top(); in RunCFGIsDAGCheck() local
314 auto &curState = dfsStack.top(); in RunFlowCyclesFind() local
535 auto &curState = dfsStack.top(); in Run() local
[all...]
H A Dscheduler.cpp170 auto &curState = dfsStack.top(); in Run() local
285 auto &curState = dfsStack.top(); in CalculateSchedulingUpperBound() local
382 auto &curState in CalculateSchedulingLowerBound() local
418 auto &curState = dfsFinishStack.top(); CalculateSchedulingLowerBound() local
[all...]
H A Dbytecode_circuit_builder.cpp174 auto &curState = dfsStack.top(); in PerformDFS() local
H A Dgraph_linearizer.cpp447 auto& curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopNumber() local
480 auto &curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopTree() local
[all...]
H A Dframe_states.cpp1215 auto &curState = dfsStack_[currentDepth - 1]; // -1: for current in ComputeLoopTree() local
1267 auto &curState = dfsStack_[depth - 1]; // -1: for current in PushLoopExist() local
[all...]

Completed in 10 milliseconds