Lines Matching refs:ConcurrentLoadingThread
226 private class ConcurrentLoadingThread extends Thread {
232 public ConcurrentLoadingThread(Loader loader, Bug4168625Getter test, Locale l, String resourceName) {
238 public ConcurrentLoadingThread(Loader loader, Bug4168625Getter test, Locale l) {
279 ConcurrentLoadingThread thread1 = new ConcurrentLoadingThread(loader, test, new Locale("en", "CA"));
280 ConcurrentLoadingThread thread2 = new ConcurrentLoadingThread(loader, test, new Locale("en", "IE"));
309 ConcurrentLoadingThread thread1 = new ConcurrentLoadingThread(loader, test, new Locale("en", "US"));
502 if (current instanceof ConcurrentLoadingThread) {
503 ((ConcurrentLoadingThread)current).waitUntilPinged();