Home | History | Annotate | Download | only in music

Lines Matching refs:Thread

1346          * Creates a worker thread with the given name. The thread
1348 * @param name A name for the new thread
1351 Thread t = new Thread(null, this, name);
1352 t.setPriority(Thread.MIN_PRIORITY);