Home
last modified time | relevance | path

Searched defs:ThreadType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.h127 using ThreadType = common::ThreadHolder; member
139 using ThreadType = JSThread; member
152 using ThreadType = typename Traits::ThreadType; variable
Djs_thread.h109 enum ThreadType : uint8_t { enum
/arkcompiler/ets_runtime/common_components/mutator/
Dthread_local.h25 enum class ThreadType { ARK_PROCESSOR = 0, GC_THREAD, FP_THREAD, HOT_UPDATE_THREAD }; enum
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread.h258 enum class ThreadType { enum