Home
last modified time | relevance | path

Searched defs:newState (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dmutator_lock.cpp72 void MutatorLock::SetState(MutatorLock::MutatorLockState newState) in SetState() argument
H A Djs_thread.cpp1140 void JSThread::UpdateState(ThreadState newState) in UpdateState() argument
1219 void JSThread::TransferFromRunningToSuspended(ThreadState newState) in TransferFromRunningToSuspended() argument
1247 inline void JSThread::StoreState(ThreadState newState) in StoreState() argument
1266 void JSThread::StoreRunningState(ThreadState newState) in StoreRunningState() argument
1298 StoreSuspendedState(ThreadState newState) StoreSuspendedState() argument
1329 SetMutatorLockState(MutatorLock::MutatorLockState newState) SetMutatorLockState() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/daemon/
H A Ddaemon_thread.cpp177 void DaemonThread::SetMutatorLockState(MutatorLock::MutatorLockState newState) in SetMutatorLockState() argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A 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 holding bit in MutexUnlock() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp215 auto newState = curState + READ_INCREMENT; in TryReadLock() local
H A Dmutex.h150 auto newState = curState + READ_INCREMENT; in ACQUIRE_SHARED() local
186 auto newState = curState - READ_INCREMENT; in RELEASE_SHARED() local
H A Dfmutex.cpp211 auto newState = HELPERS_TO_UNSIGNED(curState) | HELPERS_TO_UNSIGNED(HELD_MASK); in MutexLock() local
283 auto newState = HELPERS_TO_UNSIGNED(curState) & ~HELPERS_TO_UNSIGNED(HELD_MASK); // State without holding bit in MutexUnlock() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dpygote_space_allocator-inl.h55 inline void PygoteSpaceAllocator<AllocConfigT>::SetState(PygoteSpaceState newState) in SetState() argument
/arkcompiler/toolchain/websocket/
H A Dwebsocket_base.cpp273 WebSocketBase::ConnectionState WebSocketBase::SetConnectionState(ConnectionState newState) in SetConnectionState() argument
278 bool WebSocketBase::CompareExchangeConnectionState(ConnectionState& expected, ConnectionState newState) in CompareExchangeConnectionState() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dscheduler.cpp319 auto &newState = dfsStack.top(); in CalculateSchedulingUpperBound() local
397 auto &newState = dfsVisitStack.top(); in CalculateSchedulingLowerBound() local
454 auto &newState = dfsFinishStack.top(); in CalculateSchedulingLowerBound() local
H A Dgate_accessor.cpp1629 void GateAccessor::ReplaceControlGate(GateRef gate, GateRef newState) in ReplaceControlGate() argument

Completed in 11 milliseconds