Searched defs:RELEASE (Results 1 – 3 of 3) sorted by relevance
163 ~LockHolder() RELEASE() in RELEASE() function187 ~ReadLockHolder() RELEASE() in RELEASE() function211 ~WriteLockHolder() RELEASE() in RELEASE() function
120 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()
67 #define RELEASE(...) THREAD_ANNOTATION_ATTRIBUTE__(release_capability(__VA_ARGS__)) macro