Searched refs:threadPolicy (Results 1 – 1 of 1) sorted by relevance
196 private static ThreadLocal<Policy> threadPolicy = new ThreadLocal<Policy>() { field in BlockGuard214 return threadPolicy.get(); in getThreadPolicy()229 threadPolicy.set(Objects.requireNonNull(policy)); in setThreadPolicy()