Searched refs:ThreadLocal (Results 1 – 25 of 61) sorted by relevance
123
42 private static final ThreadLocal<Integer> sWorkSourceUid =43 ThreadLocal.withInitial(() -> UID_NONE);
377 private static final ThreadLocal<OnThreadViolationListener> sThreadViolationListener =378 new ThreadLocal<>();379 private static final ThreadLocal<Executor> sThreadViolationExecutor = new ThreadLocal<>();1234 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations =1235 new ThreadLocal<ArrayList<ViolationInfo>>() {1553 private static final ThreadLocal<ArrayList<ViolationInfo>> violationsBeingTimed =1554 new ThreadLocal<ArrayList<ViolationInfo>>() {1562 private static final ThreadLocal<Handler> THREAD_HANDLER =1563 new ThreadLocal<Handler>() {1570 private static final ThreadLocal<AndroidBlockGuardPolicy> THREAD_ANDROID_POLICY =[all …]
72 static final ThreadLocal<Looper> sThreadLocal = new ThreadLocal<Looper>();
48 private static ThreadLocal<Identity> sThreadLocalIdentity = new ThreadLocal<>();
97 private ThreadLocal<ApplicationInfo> mSharedAppInfo =98 ThreadLocal.withInitial(() -> {104 private ThreadLocal<ParseTypeImpl> mSharedResult;141 mSharedResult = ThreadLocal.withInitial(() -> new ParseTypeImpl(enforcementCallback));
34 private final ThreadLocal<PriorityState> mThreadState = new ThreadLocal<PriorityState>() {
105 private final static ThreadLocal<IHandlerCallback> sCallbacks =106 new ThreadLocal<IHandlerCallback>();
38 private static final ThreadLocal<Matcher> sCachedMatcher = ThreadLocal.withInitial(
63 private final ThreadLocal<Integer> mLockCount =64 new ThreadLocal<Integer>() {
55 private static ThreadLocal sInFinalizer = new ThreadLocal();
46 private final ThreadLocal<PerThreadData> mThreadLocal =47 ThreadLocal.withInitial(() -> new PerThreadData());
48 private final ThreadLocal<List<Object>> mHeldLocks = ThreadLocal53 private final ThreadLocal<LockHook.StacktraceHasher> mStacktraceHasher = ThreadLocal
63 private static final ThreadLocal<Boolean> sDoCheck = ThreadLocal.withInitial(() -> true);
47 private static final ThreadLocal<HdmiLogger> sLogger = new ThreadLocal<>();
44 private final ThreadLocal<Boolean> mApplyingBatch = new ThreadLocal<Boolean>();
96 ThreadLocal<Looper> threadLocalLooper = (ThreadLocal<Looper>) THREAD_LOCAL_LOOPER_FIELD in TestLooper()
671 if (f_pEData != NULL && ResolveInfo::ThreadLocal != f_pEData->type()) { in finalizeTargetSymbols()674 if (f_p_EData != NULL && ResolveInfo::ThreadLocal != f_p_EData->type()) { in finalizeTargetSymbols()678 ResolveInfo::ThreadLocal != f_pBSSStart->type()) { in finalizeTargetSymbols()681 if (f_pEnd != NULL && ResolveInfo::ThreadLocal != f_pEnd->type()) { in finalizeTargetSymbols()684 if (f_p_End != NULL && ResolveInfo::ThreadLocal != f_p_End->type()) { in finalizeTargetSymbols()826 if (ResolveInfo::ThreadLocal == (*com_sym)->type()) { in allocateCommonSymbols()884 if (ResolveInfo::ThreadLocal == (*com_sym)->type()) { in allocateCommonSymbols()
48 private final ThreadLocal<TmpValues> mThreadLocalTmps = ThreadLocal.withInitial(TmpValues::new);
47 private final ThreadLocal<TmpValues> mThreadLocalTmps = ThreadLocal.withInitial(TmpValues::new);
79 private static ThreadLocal<WeakReference<ArrayMap<ViewGroup, ArrayList<Transition>>>>81 new ThreadLocal<WeakReference<ArrayMap<ViewGroup, ArrayList<Transition>>>>();
31 static final ThreadLocal<GapWorker> sGapWorker = new ThreadLocal<>();
93 public final static ThreadLocal<AnimationHandler> sAnimatorHandler = new ThreadLocal<>();
108 private static final ThreadLocal<Choreographer> sThreadInstance =109 new ThreadLocal<Choreographer>() {127 private static final ThreadLocal<Choreographer> sSfThreadInstance =128 new ThreadLocal<Choreographer>() {
421 private static ThreadLocal<DelayedAnimationHelper> sAnimationHelper =422 new ThreadLocal<DelayedAnimationHelper>();
55 private static ThreadLocal<AnimationState> sAnimationState56 = new ThreadLocal<AnimationState>() {