Searched refs:createInheritedMap (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DThreadLocal.java235 static ThreadLocalMap createInheritedMap(ThreadLocalMap parentMap) { method in class:ThreadLocal
242 * sake of providing createInheritedMap factory method without
338 * from given parent map. Called only by createInheritedMap.
H A DThread.java404 ThreadLocal.createInheritedMap(parent.inheritableThreadLocals);

Completed in 36 milliseconds