Searched refs:threadLists (Results 1 – 2 of 2) sorted by relevance
46 private static final ThreadLocal<ProviderList> threadLists = field in Providers232 return threadLists.get(); in getThreadProviderList()239 threadLists.set(list); in changeThreadProviderList()262 ProviderList oldList = threadLists.get(); in beginThreadProviderList()264 threadLists.set(list); in beginThreadProviderList()273 threadLists.remove(); in endThreadProviderList()279 threadLists.set(list); in endThreadProviderList()
139 private static final java.lang.ThreadLocal<sun.security.jca.ProviderList> threadLists; field in Providers142 threadLists = null;