Home
last modified time | relevance | path

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

/art/openjdkjvmti/
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_)
Ddeopt_manager.cc272 RELEASE(deopt->deoptimization_status_lock_) in ScopedDeoptimizationContext()
288 RELEASE(art::Locks::mutator_lock_) in RELEASE() function in openjdkjvmti::ScopedDeoptimizationContext
289 RELEASE(art::Roles::uninterruptible_) { in RELEASE()
Djvmti_weak_table.h118 ALWAYS_INLINE void Unlock() RELEASE(allow_disallow_lock_);
/art/runtime/gc/
Dscoped_gc_critical_section.h37 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
/art/runtime/base/
Dmutex.h262 void ExclusiveUnlock(Thread* self) RELEASE();
263 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in Unlock()
345 void ExclusiveUnlock(Thread* self) RELEASE();
346 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in WriterUnlock()
516 ~MutexLock() RELEASE() { in RELEASE() function
534 ALWAYS_INLINE ~ReaderMutexLock() RELEASE();
568 void Release() RELEASE() {} in Release()
/art/test/1931-monitor-events/src/art/
DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
198 if (cur_action == Action.RELEASE) { in DoLock()
317 setAction(Action.RELEASE); in DoUnlock()
/art/test/1933-monitor-current-contended/src/art/
DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
198 if (cur_action == Action.RELEASE) { in DoLock()
317 setAction(Action.RELEASE); in DoUnlock()
/art/test/1930-monitor-info/src/art/
DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
198 if (cur_action == Action.RELEASE) { in DoLock()
317 setAction(Action.RELEASE); in DoUnlock()
/art/test/1932-monitor-events-misc/src/art/
DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
198 if (cur_action == Action.RELEASE) { in DoLock()
317 setAction(Action.RELEASE); in DoUnlock()
/art/test/1934-jvmti-signal-thread/src/art/
DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
198 if (cur_action == Action.RELEASE) { in DoLock()
317 setAction(Action.RELEASE); in DoUnlock()
/art/runtime/
Dthread.h288 RELEASE(Locks::thread_list_lock_)
338 void EndAssertNoThreadSuspension(const char* old_cause) RELEASE(Roles::uninterruptible_) { in EndAssertNoThreadSuspension()
1790 ALWAYS_INLINE ~ScopedAssertNoThreadSuspension() RELEASE(Roles::uninterruptible_) { in ~ScopedAssertNoThreadSuspension()
Dsubtype_check_test.cc292 ~MockScopedLockSubtypeCheck() RELEASE(*Locks::subtype_check_lock_) {}
Dthread.cc1474 explicit ScopedThreadListLockUnlock(Thread* self_in) RELEASE(*Locks::thread_list_lock_) in RequestSynchronousCheckpoint()
2540 virtual ~BuildInternalStackTraceVisitor() RELEASE(Roles::uninterruptible_) { in RELEASE() function in art::BuildInternalStackTraceVisitor