Home
last modified time | relevance | path

Searched refs:HOLD (Results 1 – 6 of 6) sorted by relevance

/art/test/jvmti-common/
DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
137 this.action = new AtomicStampedReference(Action.HOLD, 0); in LockController()
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) { in setAction()
193 Action cur_action = Action.HOLD; in DoLock()
204 case HOLD: in DoLock()
224 action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1); in DoLock()
307 while (action.getReference() != Action.HOLD) { checkException(); } in waitForActionToFinish()
322 action.set(Action.HOLD, 0); in DoUnlock()
339 action.set(Action.HOLD, 0); in DoCleanup()
/art/test/1930-monitor-info/src/art/
DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
137 this.action = new AtomicStampedReference(Action.HOLD, 0); in LockController()
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) { in setAction()
193 Action cur_action = Action.HOLD; in DoLock()
204 case HOLD: in DoLock()
224 action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1); in DoLock()
307 while (action.getReference() != Action.HOLD) { checkException(); } in waitForActionToFinish()
322 action.set(Action.HOLD, 0); in DoUnlock()
339 action.set(Action.HOLD, 0); in DoCleanup()
/art/test/1933-monitor-current-contended/src/art/
DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
137 this.action = new AtomicStampedReference(Action.HOLD, 0); in LockController()
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) { in setAction()
193 Action cur_action = Action.HOLD; in DoLock()
204 case HOLD: in DoLock()
224 action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1); in DoLock()
307 while (action.getReference() != Action.HOLD) { checkException(); } in waitForActionToFinish()
322 action.set(Action.HOLD, 0); in DoUnlock()
339 action.set(Action.HOLD, 0); in DoCleanup()
/art/test/1934-jvmti-signal-thread/src/art/
DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
137 this.action = new AtomicStampedReference(Action.HOLD, 0); in LockController()
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) { in setAction()
193 Action cur_action = Action.HOLD; in DoLock()
204 case HOLD: in DoLock()
224 action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1); in DoLock()
307 while (action.getReference() != Action.HOLD) { checkException(); } in waitForActionToFinish()
322 action.set(Action.HOLD, 0); in DoUnlock()
339 action.set(Action.HOLD, 0); in DoCleanup()
/art/test/1932-monitor-events-misc/src/art/
DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
137 this.action = new AtomicStampedReference(Action.HOLD, 0); in LockController()
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) { in setAction()
193 Action cur_action = Action.HOLD; in DoLock()
204 case HOLD: in DoLock()
224 action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1); in DoLock()
307 while (action.getReference() != Action.HOLD) { checkException(); } in waitForActionToFinish()
322 action.set(Action.HOLD, 0); in DoUnlock()
339 action.set(Action.HOLD, 0); in DoCleanup()
/art/test/1931-monitor-events/src/art/
DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
137 this.action = new AtomicStampedReference(Action.HOLD, 0); in LockController()
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) { in setAction()
193 Action cur_action = Action.HOLD; in DoLock()
204 case HOLD: in DoLock()
224 action.compareAndSet(cur_action, Action.HOLD, stamp, stamp+1); in DoLock()
307 while (action.getReference() != Action.HOLD) { checkException(); } in waitForActionToFinish()
322 action.set(Action.HOLD, 0); in DoUnlock()
339 action.set(Action.HOLD, 0); in DoCleanup()