Searched refs:ThreadStateTransitionScope (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/checkpoint/ |
| D | thread_state_transition.h | 24 class ThreadStateTransitionScope final { 28 explicit ThreadStateTransitionScope(T* self) in ThreadStateTransitionScope() function 64 ~ThreadStateTransitionScope() in ~ThreadStateTransitionScope() 83 NO_COPY_SEMANTIC(ThreadStateTransitionScope); 96 ThreadStateTransitionScope<JSThread, ThreadState::IS_SUSPENDED> scope_; 110 ThreadStateTransitionScope<JSThread, ThreadState::NATIVE> scope_; 124 ThreadStateTransitionScope<T, ThreadState::RUNNING> scope_; 148 ThreadStateTransitionScope<T, ThreadState::IS_SUSPENDED> scope_;
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_thread_state_test.cpp | 149 ThreadStateTransitionScope<JSThread, ThreadState::CREATED> scope(thread); in HWTEST_F_L0() 154 ThreadStateTransitionScope<JSThread, ThreadState::RUNNING> scope(thread); in HWTEST_F_L0() 159 ThreadStateTransitionScope<JSThread, ThreadState::NATIVE> scope(thread); in HWTEST_F_L0() 164 ThreadStateTransitionScope<JSThread, ThreadState::WAIT> scope(thread); in HWTEST_F_L0() 169 ThreadStateTransitionScope<JSThread, ThreadState::IS_SUSPENDED> scope(thread); in HWTEST_F_L0() 174 ThreadStateTransitionScope<JSThread, ThreadState::TERMINATED> scope(thread); in HWTEST_F_L0() 188 ThreadStateTransitionScope<JSThread, ThreadState::WAIT> tempScope(thread); in HWTEST_F_L0() 206 ThreadStateTransitionScope<JSThread, ThreadState::WAIT> tempScope(thread); in HWTEST_F_L0() 224 ThreadStateTransitionScope<JSThread, ThreadState::WAIT> tempScope(thread); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_lock.cpp | 29 ThreadStateTransitionScope<JSThread, ThreadState::WAIT> ts(thread_); in RuntimeLockHolder()
|