Lines Matching refs:Thread
1346 * Creates a worker thread with the given name. The thread1348 * @param name A name for the new thread1351 Thread t = new Thread(null, this, name);1352 t.setPriority(Thread.MIN_PRIORITY);