Searched refs:threadLists (Results 1 – 1 of 1) sorted by relevance
43 private static final ThreadLocal<ProviderList> threadLists = field in Providers213 return threadLists.get(); in getThreadProviderList()220 threadLists.set(list); in changeThreadProviderList()243 ProviderList oldList = threadLists.get(); in beginThreadProviderList()245 threadLists.set(list); in beginThreadProviderList()254 threadLists.remove(); in endThreadProviderList()260 threadLists.set(list); in endThreadProviderList()