Home
last modified time | relevance | path

Searched defs:RELEASE (Results 1 – 9 of 9) 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/static_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.h121 const T &operator*() const &noexcept(ExpectedConfig::RELEASE) in noexcept()
126 T &operator*() &noexcept(ExpectedConfig::RELEASE) in noexcept()
130 T &&operator*() &&noexcept(ExpectedConfig::RELEASE) in noexcept()
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_config.py129 RELEASE = 1 variable in BuildMode
/arkcompiler/runtime_core/libpandabase/
Dclang.h67 #define RELEASE(...) THREAD_ANNOTATION_ATTRIBUTE__(release_capability(__VA_ARGS__)) macro
/arkcompiler/runtime_core/static_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.cpp44 #define RELEASE(pointer) \ macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h42 enum Order { ACQUIRE, RELEASE, FULL }; enumerator