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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftAudioPusher.java41 private Thread audiothread; field in class:SoftAudioPusher
56 audiothread = new Thread(this);
57 audiothread.setDaemon(true);
58 audiothread.setPriority(Thread.MAX_PRIORITY);
59 audiothread.start();
67 audiothread.join();

Completed in 2001 milliseconds