Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.h31 static constexpr uint32_t NO_FLAGS = 0U; variable
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread.h77 enum ThreadFlag { NO_FLAGS = 0, SUSPEND_REQUEST = 2, RUNTIME_TERMINATION_REQUEST = 4, SAFEPOINT_REQ… enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h418 inline constexpr uint32_t NO_FLAGS = 0U; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h94 NO_FLAGS = 0 << 0, enumerator