Searched refs:runWithinGetAttribute (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorDeadlockTest.java195 public Test(Runnable runWithinGetAttribute) { argument
196 this.runWithinGetAttribute = runWithinGetAttribute;
200 Thread t = new Thread(runWithinGetAttribute);
219 private final Runnable runWithinGetAttribute; field in class:CounterMonitorDeadlockTest.Test
H A DGaugeMonitorDeadlockTest.java196 public Test(Runnable runWithinGetAttribute) { argument
197 this.runWithinGetAttribute = runWithinGetAttribute;
201 Thread t = new Thread(runWithinGetAttribute);
220 private final Runnable runWithinGetAttribute; field in class:GaugeMonitorDeadlockTest.Test
H A DStringMonitorDeadlockTest.java195 public Test(Runnable runWithinGetAttribute) { argument
196 this.runWithinGetAttribute = runWithinGetAttribute;
200 Thread t = new Thread(runWithinGetAttribute);
219 private final Runnable runWithinGetAttribute; field in class:StringMonitorDeadlockTest.Test

Completed in 684 milliseconds