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

/art/runtime/gc/
H A Dscoped_gc_critical_section.h37 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
/art/openjdkjvmti/
H A Ddeopt_manager.h130 RELEASE(deoptimization_status_lock_) REQUIRES(!art::Locks::mutator_lock_);
136 RELEASE(deoptimization_status_lock_)
140 RELEASE(deoptimization_status_lock_)
144 RELEASE(deoptimization_status_lock_)
148 RELEASE(deoptimization_status_lock_)
152 RELEASE(deoptimization_status_lock_)
156 RELEASE(deoptimization_status_lock_)
H A Ddeopt_manager.cc272 RELEASE(deopt->deoptimization_status_lock_)
288 RELEASE(art::Locks::mutator_lock_)
289 RELEASE(art::Roles::uninterruptible_) { function in class:openjdkjvmti::ScopedDeoptimizationContext
H A Djvmti_weak_table.h118 ALWAYS_INLINE void Unlock() RELEASE(allow_disallow_lock_);
/art/test/1930-monitor-info/src/art/
H A DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enum constant in enum:Monitors.LockController.Action
198 if (cur_action == Action.RELEASE) {
317 setAction(Action.RELEASE);
/art/test/1931-monitor-events/src/art/
H A DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enum constant in enum:Monitors.LockController.Action
198 if (cur_action == Action.RELEASE) {
317 setAction(Action.RELEASE);
/art/test/1932-monitor-events-misc/src/art/
H A DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enum constant in enum:Monitors.LockController.Action
198 if (cur_action == Action.RELEASE) {
317 setAction(Action.RELEASE);
/art/test/1933-monitor-current-contended/src/art/
H A DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enum constant in enum:Monitors.LockController.Action
198 if (cur_action == Action.RELEASE) {
317 setAction(Action.RELEASE);
/art/test/1934-jvmti-signal-thread/src/art/
H A DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enum constant in enum:Monitors.LockController.Action
198 if (cur_action == Action.RELEASE) {
317 setAction(Action.RELEASE);
/art/runtime/base/
H A Dmutex.h262 void ExclusiveUnlock(Thread* self) RELEASE();
263 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } function in class:art::Mutex
345 void ExclusiveUnlock(Thread* self) RELEASE();
346 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } function in class:art::ReaderWriterMutex
516 ~MutexLock() RELEASE() { function in class:art::MutexLock
534 ALWAYS_INLINE ~ReaderMutexLock() RELEASE();
568 void Release() RELEASE() {} function
/art/runtime/
H A Dthread.h288 RELEASE(Locks::thread_list_lock_)
338 void EndAssertNoThreadSuspension(const char* old_cause) RELEASE(Roles::uninterruptible_) { function in class:art::Thread
1790 ALWAYS_INLINE ~ScopedAssertNoThreadSuspension() RELEASE(Roles::uninterruptible_) { function in class:art::ScopedAssertNoThreadSuspension
H A Dsubtype_check_test.cc292 ~MockScopedLockSubtypeCheck() RELEASE(*Locks::subtype_check_lock_) {}
H A Dthread.cc1474 explicit ScopedThreadListLockUnlock(Thread* self_in) RELEASE(*Locks::thread_list_lock_)
2540 virtual ~BuildInternalStackTraceVisitor() RELEASE(Roles::uninterruptible_) { function in class:BuildInternalStackTraceVisitor

Completed in 4094 milliseconds