Home
last modified time | relevance | path

Searched defs:RELEASE (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
Dmutex.h163 ~LockHolder() RELEASE() in RELEASE() function
187 ~ReadLockHolder() RELEASE() in RELEASE() function
211 ~WriteLockHolder() RELEASE() in RELEASE() function
/arkcompiler/runtime_core/libpandabase/utils/
Dexpected.h120 const T &operator*() const &noexcept(ExpectedConfig::RELEASE) in noexcept()
124 T &operator*() & noexcept(ExpectedConfig::RELEASE) in noexcept()
128 T &&operator*() && noexcept(ExpectedConfig::RELEASE) in noexcept()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dexpected.h126 const T &operator*() const &noexcept(ExpectedConfig::RELEASE) in noexcept()
131 T &operator*() &noexcept(ExpectedConfig::RELEASE) in noexcept()
135 T &&operator*() &&noexcept(ExpectedConfig::RELEASE) in noexcept()
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dmutex.h177 ~LockHolder() RELEASE() in RELEASE() function
201 ~ReadLockHolder() RELEASE() in RELEASE() function
225 ~WriteLockHolder() RELEASE() in RELEASE() function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/enum_types/
Dconfiguration_kind.py52 RELEASE = "RELEASE" variable in BuildTypeKind
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/enum_types/
Dconfiguration_kind.py52 RELEASE = "RELEASE" variable in BuildTypeKind
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/
Dpre_define.ts33 RELEASE = 'Release' enumerator
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_config.py156 RELEASE = 1 variable in BuildMode
/arkcompiler/runtime_core/static_core/libpandabase/
Dclang.h67 #define RELEASE(...) THREAD_ANNOTATION_ATTRIBUTE__(release_capability(__VA_ARGS__)) macro
/arkcompiler/runtime_core/libpandabase/
Dclang.h67 #define RELEASE(...) THREAD_ANNOTATION_ATTRIBUTE__(release_capability(__VA_ARGS__)) macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phasemanager.cpp37 #define RELEASE(pointer) \ macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h78 enum Order { ACQUIRE, RELEASE, FULL }; enumerator