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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRealTimeSequencer.java46 * - rename PlayThread to PlayEngine (because isn't a thread)
113 private PlayThread playThread;
747 // create PlayThread
748 playThread = new PlayThread();
1248 final class PlayThread implements Runnable { class in class:RealTimeSequencer
1259 PlayThread() { method in class:RealTimeSequencer.PlayThread
1317 if (Printer.err) Printer.err("Waited more than 2 seconds in RealTimeSequencer.PlayThread.stop()!");

Completed in 36 milliseconds