HomeSort by relevance Sort by last modified time
    Searched refs:createInheritedMap (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/java/lang/
ThreadLocal.java 235 static ThreadLocalMap createInheritedMap(ThreadLocalMap parentMap) {
242 * sake of providing createInheritedMap factory method without
338 * from given parent map. Called only by createInheritedMap.
Thread.java 546 this.inheritableThreadLocals = ThreadLocal.createInheritedMap(
    [all...]

Completed in 77 milliseconds