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

/openjdk7/jdk/test/java/lang/ThreadGroup/
H A DSuspend.java31 public class Suspend implements Runnable { class in inherits:Runnable
35 private static final Thread first = new Thread(group, new Suspend());
36 private static final Thread second = new Thread(group, new Suspend());

Completed in 29 milliseconds