Home
last modified time | relevance | path

Searched refs:CREATED (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dthread_status.h22 CREATED, member in ark::ThreadStatus
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_thread_state_test.cpp80 // So reset the threadState as CREATED to skip the check. in CreateNewVMInSeparateThread()
81 newVm->GetAssociatedJSThread()->UpdateState(ThreadState::CREATED); in CreateNewVMInSeparateThread()
149 ThreadStateTransitionScope<JSThread, ThreadState::CREATED> scope(thread); in HWTEST_F_L0()
150 EXPECT_TRUE(thread->GetState() == ThreadState::CREATED); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dthreaded_coroutine.h99 std::atomic<Coroutine::Status> status_ {Coroutine::Status::CREATED};
H A Dstackful_coroutine.h179 Coroutine::Status status_ {Coroutine::Status::CREATED};
H A Dcoroutine.cpp156 case Coroutine::Status::CREATED: in operator <<()
157 os << "CREATED"; in operator <<()
H A Dcoroutine.h44 * | CREATED | -------------------------------> | | <-------------+
59 enum class Status { CREATED, RUNNABLE, RUNNING, BLOCKED, TERMINATING, AWAIT_LOOP }; member in ark::Coroutine::Status
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread.cpp555 case ThreadStatus::CREATED: in ThreadStatusAsString()
997 StoreStatus<DONT_CHECK_SAFEPOINT, NO_READLOCK>(ThreadStatus::CREATED); in CleanUp()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp72 ASSERT(jsThread->GetState() == ThreadState::CREATED); in UnregisterThread()
1309 ASSERT(GetState() == ThreadState::CREATED); in PostFork()
H A Djs_thread.h103 CREATED = 0, member in panda::ecmascript::ThreadState

Completed in 10 milliseconds