Searched defs:MyThreadLocal (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/test/java/lang/ThreadLocal/
H A DThreadLocalSupplierTest.java56 static final class MyThreadLocal extends ThreadLocal<Integer> { class in class:ThreadLocalSupplierTest
62 public MyThreadLocal(Supplier<Integer> supplier) { method in class:ThreadLocalSupplierTest.MyThreadLocal

Completed in 85 milliseconds