Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmutex.h86 ~ScopedLock() RELEASE() { Mutex.unlock(); } in RELEASE() function
H A Dthread_annotations.h46 #define RELEASE(...) \ macro
/llvm-project/third-party/benchmark/src/
H A Dmutex.h43 #define RELEASE(...) \ macro
92 ~MutexLock() RELEASE() {} in RELEASE() function
/llvm-project/libc/src/__support/CPP/
H A Datomic.h24 RELEASE = __ATOMIC_RELEASE, global() enumerator