Searched refs:RELEASE (Results 1 – 5 of 5) sorted by relevance
37 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
244 void ExclusiveUnlock(Thread* self) RELEASE();245 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in Unlock()327 void ExclusiveUnlock(Thread* self) RELEASE();328 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in WriterUnlock()497 ~MutexLock() RELEASE() { in RELEASE() function515 ALWAYS_INLINE ~ReaderMutexLock() RELEASE();549 void Release() RELEASE() {} in Release()
118 ALWAYS_INLINE void Unlock() RELEASE(allow_disallow_lock_);
310 void EndAssertNoThreadSuspension(const char* old_cause) RELEASE(Roles::uninterruptible_) { in EndAssertNoThreadSuspension()1716 ALWAYS_INLINE ~ScopedAssertNoThreadSuspension() RELEASE(Roles::uninterruptible_) { in ~ScopedAssertNoThreadSuspension()
1457 explicit ScopedThreadListLockUnlock(Thread* self_in) RELEASE(*Locks::thread_list_lock_) in RequestSynchronousCheckpoint()2482 virtual ~BuildInternalStackTraceVisitor() RELEASE(Roles::uninterruptible_) { in RELEASE() function in art::BuildInternalStackTraceVisitor