Searched refs:ThreadLocal (Results 1 – 24 of 24) sorted by relevance
50 private final static ThreadLocal<IHandlerCallback> sCallbacks =51 new ThreadLocal<IHandlerCallback>();
45 private ThreadLocal<SocketTags> mThreadSocketTags = new ThreadLocal<SocketTags>() {
42 private static ThreadLocal<SocketTags> threadSocketTags = new ThreadLocal<SocketTags>() {
57 static final ThreadLocal<Looper> sThreadLocal = new ThreadLocal<Looper>();
742 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations =743 new ThreadLocal<ArrayList<ViolationInfo>>() {1048 private static final ThreadLocal<ArrayList<ViolationInfo>> violationsBeingTimed =1049 new ThreadLocal<ArrayList<ViolationInfo>>() {1056 private static final ThreadLocal<Handler> threadHandler = new ThreadLocal<Handler>() {1815 private static final ThreadLocal<ThreadSpanState> sThisThreadSpanState =1816 new ThreadLocal<ThreadSpanState>() {
44 private final ThreadLocal<Boolean> mApplyingBatch = new ThreadLocal<Boolean>();
571 if (ResolveInfo::ThreadLocal != f_pExecutableStart->type()) { in finalizeStandardSymbols()585 if (NULL != f_pEText && ResolveInfo::ThreadLocal != f_pEText->type()) { in finalizeStandardSymbols()590 if (NULL != f_p_EText && ResolveInfo::ThreadLocal != f_p_EText->type()) { in finalizeStandardSymbols()595 if (NULL != f_p__EText && ResolveInfo::ThreadLocal != f_p__EText->type()) { in finalizeStandardSymbols()617 if (NULL != f_pEData && ResolveInfo::ThreadLocal != f_pEData->type()) { in finalizeStandardSymbols()622 if (NULL != f_p_EData && ResolveInfo::ThreadLocal != f_p_EData->type()) { in finalizeStandardSymbols()627 if (NULL != f_pBSSStart && ResolveInfo::ThreadLocal != f_pBSSStart->type()) { in finalizeStandardSymbols()633 if (NULL != f_pEnd && ResolveInfo::ThreadLocal != f_pEnd->type()) { in finalizeStandardSymbols()638 if (NULL != f_p_End && ResolveInfo::ThreadLocal != f_p_End->type()) { in finalizeStandardSymbols()1603 if (ResolveInfo::ThreadLocal == (*com_sym)->type()) { in allocateCommonSymbols()[all …]
57 ThreadLocal = 6, enumerator
87 private static final ThreadLocal<Choreographer> sThreadInstance =88 new ThreadLocal<Choreographer>() {
31 private static final ThreadLocal<FocusFinder> tlFocusFinder =32 new ThreadLocal<FocusFinder>() {
771 static final ThreadLocal<ManagedEGLContext> sEglContextStorage772 = new ThreadLocal<ManagedEGLContext>();
125 static final ThreadLocal<RunQueue> sRunQueues = new ThreadLocal<RunQueue>();
1506 static final ThreadLocal<Rect> sThreadLocal = new ThreadLocal<Rect>();
68 if ((*symbol)->resolveInfo()->type() == ResolveInfo::ThreadLocal) { in finalizeSymbols()
88 protected static ThreadLocal<AnimationHandler> sAnimationHandler =89 new ThreadLocal<AnimationHandler>();
81 private final ThreadLocal<SQLiteSession> mThreadSession = new ThreadLocal<SQLiteSession>() {
669 if (ResolveInfo::ThreadLocal == (*com_sym)->type()) { in allocateCommonSymbols()696 if (ResolveInfo::ThreadLocal == (*com_sym)->type()) { in allocateCommonSymbols()
331 if (ResolveInfo::ThreadLocal == pSym.type()) in defineSymbolforCopyReloc()
179 if (ResolveInfo::ThreadLocal == pSym.type()) in defineSymbolforCopyReloc()
2372 private static final ThreadLocal<Intent> sCurrentBroadcastIntent = new ThreadLocal<Intent>();
1858 java.lang.ThreadLocal1859 java.lang.ThreadLocal$Values
643 private static ThreadLocal<Identity> sCallerIdentity = new ThreadLocal<Identity>();
2181 http://developer.android.com/reference/java/lang/ThreadLocal.html
33072 public class InheritableThreadLocal extends java.lang.ThreadLocal {33850 public class ThreadLocal {33851 ctor public ThreadLocal();