Searched defs:RELEASE (Results 1 - 9 of 9) sorted by relevance

/art/openjdkjvmti/
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
/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 Dthread.cc1474 explicit ScopedThreadListLockUnlock(Thread* self_in) RELEASE(*Locks::thread_list_lock_)
2540 virtual ~BuildInternalStackTraceVisitor() RELEASE(Roles::uninterruptible_) { function in class:BuildInternalStackTraceVisitor

Completed in 85 milliseconds