Home
last modified time | relevance | path

Searched refs:RELEASE (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/
Dscoped_gc_critical_section.h37 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
/art/runtime/base/
Dmutex.h244 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() function
515 ALWAYS_INLINE ~ReaderMutexLock() RELEASE();
549 void Release() RELEASE() {} in Release()
/art/runtime/openjdkjvmti/
Djvmti_weak_table.h118 ALWAYS_INLINE void Unlock() RELEASE(allow_disallow_lock_);
/art/runtime/
Dthread.h310 void EndAssertNoThreadSuspension(const char* old_cause) RELEASE(Roles::uninterruptible_) { in EndAssertNoThreadSuspension()
1716 ALWAYS_INLINE ~ScopedAssertNoThreadSuspension() RELEASE(Roles::uninterruptible_) { in ~ScopedAssertNoThreadSuspension()
Dthread.cc1457 explicit ScopedThreadListLockUnlock(Thread* self_in) RELEASE(*Locks::thread_list_lock_) in RequestSynchronousCheckpoint()
2482 virtual ~BuildInternalStackTraceVisitor() RELEASE(Roles::uninterruptible_) { in RELEASE() function in art::BuildInternalStackTraceVisitor