Searched refs:getPool (Results 1 – 14 of 14) sorted by relevance
77 public ForkJoinPool getPool() { in getPool() method in ForkJoinWorkerThread
1100 public static ForkJoinPool getPool() { in getPool() method in ForkJoinTask
585 LocaleServiceProviderPool.getPool(DateFormatProvider.class); in getAvailableLocales()770 LocaleServiceProviderPool.getPool(DateFormatProvider.class); in get()
486 LocaleServiceProviderPool.getPool(NumberFormatProvider.class); in getAvailableLocales()734 LocaleServiceProviderPool.getPool(NumberFormatProvider.class); in getInstance()
373 LocaleServiceProviderPool.getPool(DateFormatSymbolsProvider.class); in getAvailableLocales()431 LocaleServiceProviderPool.getPool(DateFormatSymbolsProvider.class); in getProviderInstance()
115 LocaleServiceProviderPool.getPool(DecimalFormatSymbolsProvider.class); in getAvailableLocales()150 LocaleServiceProviderPool.getPool(DecimalFormatSymbolsProvider.class); in getInstance()
109 …public static LocaleServiceProviderPool getPool(Class<? extends LocaleServiceProvider> providerCla… in getPool() method in LocaleServiceProviderPool187 LocaleServiceProviderPool.getPool(providerClass);
719 assertSame(mainPool, getPool()); in testGetPool()730 assertNull(getPool()); in testGetPool2()766 assertSame(mainPool, w.getPool()); in testWorkerGetPool()
557 assertSame(mainPool, getPool()); in testGetPool()569 assertNull(getPool()); in testGetPool2()
695 assertSame(pool, getPool());706 assertNull(getPool());
714 assertSame(mainPool, getPool());725 assertNull(getPool());
1275 assertNull(getPool()); in testGetPool2CC()1503 assertSame(p, ForkJoinTask.getPool()); in testAwaitQuiescence1()
949 assertSame(mainPool, getPool()); in testGetPool()960 assertNull(getPool()); in testGetPool2()
575 assertNull(ForkJoinTask.getPool());649 (ForkJoinPool.commonPool() == ForkJoinTask.getPool()));