Searched refs:RELEASE (Results 1 - 6 of 6) sorted by relevance

/art/runtime/gc/
H A Dscoped_gc_critical_section.h37 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
/art/runtime/base/
H A Dmutex.h231 void ExclusiveUnlock(Thread* self) RELEASE();
232 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } function in class:art::Mutex
316 void ExclusiveUnlock(Thread* self) RELEASE();
317 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } function in class:art::ReaderWriterMutex
488 ~MutexLock() RELEASE() { function in class:art::MutexLock
509 ~ReaderMutexLock() RELEASE() { function in class:art::ReaderMutexLock
548 void Release() RELEASE() {} function
H A Dmacros.h276 #define RELEASE(...) THREAD_ANNOTATION_ATTRIBUTE__(release_capability(__VA_ARGS__)) macro
296 #define RELEASE(...) macro
/art/runtime/lambda/
H A Dclosure_test.cc56 ~ScopedFakeLock() RELEASE() function in struct:art::ScopedFakeLock
/art/runtime/
H A Dthread.h279 void EndAssertNoThreadSuspension(const char* old_cause) RELEASE(Roles::uninterruptible_) { function in class:art::Thread
1539 ~ScopedAssertNoThreadSuspension() RELEASE(Roles::uninterruptible_) { function in class:art::ScopedAssertNoThreadSuspension
H A Dthread.cc2057 virtual ~BuildInternalStackTraceVisitor() RELEASE(Roles::uninterruptible_) { function in class:art::BuildInternalStackTraceVisitor

Completed in 111 milliseconds