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

/libcore/ojluni/src/main/java/java/lang/
H A DThreadLocal.java34 * copy of the variable. <tt>ThreadLocal</tt> instances are typically private
50 * private static final ThreadLocal&lt;Integer> threadId =
51 * new ThreadLocal&lt;Integer>() {
64 * variable as long as the thread is alive and the <tt>ThreadLocal</tt>
72 public class ThreadLocal<T> { class
76 * inheritableThreadLocals). The ThreadLocal objects act as keys,
118 * value other than <tt>null</tt>, <tt>ThreadLocal</tt> must be
131 public ThreadLocal() { method in class:ThreadLocal
206 * Get the map associated with a ThreadLocal. Overridden in
217 * Create the map associated with a ThreadLocal
[all...]

Completed in 77 milliseconds