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

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

Completed in 29 milliseconds