Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dthread_status.h35 TERMINATING, enumerator
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.h72 enum class Status { CREATED, RUNNABLE, RUNNING, BLOCKED, TERMINATING, AWAIT_LOOP }; enumerator