Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Ddeopt_manager.h133 RELEASE(deoptimization_status_lock_) REQUIRES(!art::Locks::mutator_lock_);
139 RELEASE(deoptimization_status_lock_)
143 RELEASE(deoptimization_status_lock_)
147 RELEASE(deoptimization_status_lock_)
151 RELEASE(deoptimization_status_lock_)
155 RELEASE(deoptimization_status_lock_)
159 RELEASE(deoptimization_status_lock_)
Ddeopt_manager.cc324 RELEASE(deopt->deoptimization_status_lock_) in ScopedDeoptimizationContext()
344 RELEASE(art::Locks::mutator_lock_) in RELEASE() function in openjdkjvmti::ScopedDeoptimizationContext
345 RELEASE(art::Roles::uninterruptible_) { in RELEASE()
Dti_thread.h64 ~ScopedNoUserCodeSuspension() RELEASE(art::Locks::user_code_suspension_lock_);
Djvmti_weak_table.h118 ALWAYS_INLINE void Unlock() RELEASE(allow_disallow_lock_);
Dti_stack.cc1201 RELEASE(art::Locks::user_code_suspension_lock_) { in RELEASE_SHARED()
/art/runtime/gc/
Dscoped_gc_critical_section.h41 void Exit(const char* old_reason) RELEASE(Roles::uninterruptible_);
55 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
Dscoped_gc_critical_section.cc44 auto kludge = []() RELEASE(Roles::uninterruptible_) NO_THREAD_SAFETY_ANALYSIS {}; in Exit()
/art/runtime/base/
Dmutex.h193 void ExclusiveUnlock(Thread* self) RELEASE();
194 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in Unlock()
330 void ExclusiveUnlock(Thread* self) RELEASE();
331 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in WriterUnlock()
513 ~MutexLock() RELEASE() { in RELEASE() function
529 ALWAYS_INLINE ~ReaderMutexLock() RELEASE();
Dlocks.h159 void Release() RELEASE() {} in Release()
/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/jvmti-common/
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/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/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/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/runtime/
Dmonitor.h204 void SignalWaiterAndReleaseMonitorLock(Thread* self) RELEASE(monitor_lock_);
240 RELEASE(monitor_lock_)
321 void FakeUnlockMonitorLock() RELEASE(monitor_lock_) NO_THREAD_SAFETY_ANALYSIS {} in FakeUnlockMonitorLock()
Dthread.h377 RELEASE(Locks::thread_list_lock_)
446 void EndAssertNoThreadSuspension(const char* old_cause) RELEASE(Roles::uninterruptible_) { in EndAssertNoThreadSuspension()
459 const char* EndAssertNoThreadSuspension() RELEASE(Roles::uninterruptible_) WARN_UNUSED { in EndAssertNoThreadSuspension()
2197 ALWAYS_INLINE ~ScopedAssertNoThreadSuspension() RELEASE(Roles::uninterruptible_) { in ~ScopedAssertNoThreadSuspension()
2216 ALWAYS_INLINE ScopedAllowThreadSuspension() RELEASE(Roles::uninterruptible_) { in ScopedAllowThreadSuspension()
Dsubtype_check_test.cc294 ~MockScopedLockSubtypeCheck() RELEASE(*Locks::subtype_check_lock_) {}
Dthread.cc1745 explicit ScopedThreadListLockUnlock(Thread* self_in) RELEASE(*Locks::thread_list_lock_) in RequestSynchronousCheckpoint()
2958 virtual ~BuildInternalStackTraceVisitor() RELEASE(Roles::uninterruptible_) { in RELEASE() function in art::BuildInternalStackTraceVisitor
/art/runtime/jit/
Dprofile_saver.h75 RELEASE(Locks::profiler_lock_);