Searched refs:realRun (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/CopyOnWriteArrayList/
H A DEqualsRace.java40 final Thread t = new CheckedThread() { public void realRun() {
70 public abstract void realRun() throws Throwable; method in class:EqualsRace.CheckedThread
72 try { realRun(); } catch (Throwable t) { unexpected(t); }}}
/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DDoneTimedGetLoops.java84 abstract protected void realRun() throws Exception;
86 try { realRun(); } catch (Throwable t) { unexpected(t); }
91 protected void realRun() {
99 protected void realRun() {
107 protected void realRun() throws Exception {
117 protected void realRun() throws Exception {
/openjdk7/jdk/test/java/util/concurrent/BlockingQueue/
H A DOfferDrainToLoops.java96 abstract protected void realRun();
98 try { realRun(); } catch (Throwable t) { unexpected(t); }
103 protected void realRun() {
117 protected void realRun() {
135 protected void realRun() {
/openjdk7/jdk/test/java/util/concurrent/ConcurrentQueues/
H A DOfferRemoveLoops.java92 abstract protected void realRun();
94 try { realRun(); } catch (Throwable t) { unexpected(t); }
99 protected void realRun() {
114 protected void realRun() {
131 protected void realRun() {
/openjdk7/jdk/test/java/util/concurrent/CopyOnWriteArraySet/
H A DRacingCows.java45 final Thread t1 = new CheckedThread() { public void realRun() {
64 final Thread t2 = new CheckedThread() { public void realRun() {
77 final Thread t3 = new CheckedThread() { public void realRun() {
129 public abstract void realRun() throws Throwable; method in class:RacingCows.CheckedThread
131 try { realRun(); } catch (Throwable t) { unexpected(t); }}}
/openjdk7/jdk/test/java/util/Collection/
H A DHotPotatoes.java71 final Thread t = new CheckedThread() { public void realRun() {
103 public abstract void realRun() throws Throwable; method in class:HotPotatoes.CheckedThread
105 try { realRun(); } catch (Throwable t) { unexpected(t); }}}
H A DBiggernYours.java247 abstract void realRun() throws Throwable; method in class:BiggernYours.CheckedThread
249 try {realRun();} catch (Throwable t) {unexpected(t);}}}
/openjdk7/jdk/test/java/util/concurrent/Phaser/
H A DTieredArriveLoops.java55 return new CheckedRunnable() { public void realRun() {
111 protected abstract void realRun() throws Throwable; method in class:TieredArriveLoops.CheckedRunnable
114 try {realRun();} catch (Throwable t) {unexpected(t);}
H A DFickleRegister.java61 public void realRun() { method in class:FickleRegister.Runner
144 protected abstract void realRun() throws Throwable; method in class:FickleRegister.CheckedRunnable
147 try {realRun();} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DShutdownNowExecuteRace.java92 abstract void realRun() throws Throwable; method in class:ShutdownNowExecuteRace.CheckedThread
94 try {realRun();} catch (Throwable t) {unexpected(t);}}}
/openjdk7/jdk/test/sun/nio/cs/
H A DFindOneCharEncoderBugs.java166 abstract void realRun() throws Throwable; method in class:FindOneCharEncoderBugs.CheckedThread
168 try {realRun();} catch (Throwable t) {unexpected(t);}}}
/openjdk7/jdk/test/java/util/Collections/
H A DRacingCollections.java72 @SuppressWarnings("unchecked") void realRun() { method in class:RacingCollections.Frobber
344 abstract void realRun() throws Throwable; method in class:RacingCollections.CheckedThread
346 try { realRun(); } catch (Throwable t) { unexpected(t); }}}
/openjdk7/jdk/test/java/util/concurrent/CyclicBarrier/
H A DBasic.java311 void realRun() throws Throwable {
428 abstract void realRun() throws Throwable; method in class:Basic.CheckedThread
430 try {realRun();} catch (Throwable t) {unexpected(t);}}}

Completed in 51 milliseconds