Home
last modified time | relevance | path

Searched defs:RELEASE (Results 1 – 3 of 3) 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/libpandabase/
Dclang.h67 #define RELEASE(...) THREAD_ANNOTATION_ATTRIBUTE__(release_capability(__VA_ARGS__)) macro