Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp189 auto newState = HELPERS_TO_UNSIGNED(curState) | HELPERS_TO_UNSIGNED(HELD_MASK); in MutexLock() local
276 …auto newState = HELPERS_TO_UNSIGNED(curState) & ~HELPERS_TO_UNSIGNED(HELD_MASK); // State without… in MutexUnlock() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dscheduler.cpp313 auto &newState = dfsStack.top(); in CalculateSchedulingUpperBound() local
383 auto &newState = dfsVisitStack.top(); in CalculateSchedulingLowerBound() local
437 auto &newState = dfsFinishStack.top(); in CalculateSchedulingLowerBound() local