Searched refs:ThreadLocal (Results 1 – 25 of 60) sorted by relevance
123
42 private static final ThreadLocal<Integer> sWorkSourceUid =43 ThreadLocal.withInitial(() -> UID_NONE);
374 private static final ThreadLocal<OnThreadViolationListener> sThreadViolationListener =375 new ThreadLocal<>();376 private static final ThreadLocal<Executor> sThreadViolationExecutor = new ThreadLocal<>();1174 private static final ThreadLocal<ArrayList<ViolationInfo>> gatheredViolations =1175 new ThreadLocal<ArrayList<ViolationInfo>>() {1493 private static final ThreadLocal<ArrayList<ViolationInfo>> violationsBeingTimed =1494 new ThreadLocal<ArrayList<ViolationInfo>>() {1502 private static final ThreadLocal<Handler> THREAD_HANDLER =1503 new ThreadLocal<Handler>() {1510 private static final ThreadLocal<AndroidBlockGuardPolicy> THREAD_ANDROID_POLICY =[all …]
72 static final ThreadLocal<Looper> sThreadLocal = new ThreadLocal<Looper>();
50 private final static ThreadLocal<IHandlerCallback> sCallbacks =51 new ThreadLocal<IHandlerCallback>();
95 private ThreadLocal<ApplicationInfo> mSharedAppInfo =96 ThreadLocal.withInitial(() -> {102 private ThreadLocal<ParseTypeImpl> mSharedResult;134 mSharedResult = ThreadLocal.withInitial(() -> new ParseTypeImpl(enforcementCallback));
34 private final ThreadLocal<PriorityState> mThreadState = new ThreadLocal<PriorityState>() {
63 private final ThreadLocal<Integer> mLockCount =64 new ThreadLocal<Integer>() {
55 private static ThreadLocal sInFinalizer = new ThreadLocal();
43 private static ThreadLocal<SocketTags> threadSocketTags = new ThreadLocal<SocketTags>() {
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>();
61 public final static ThreadLocal<AnimationHandler> sAnimatorHandler = new ThreadLocal<>();
47 private final ThreadLocal<TmpValues> mThreadLocalTmps = ThreadLocal.withInitial(TmpValues::new);
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()
105 private static final ThreadLocal<Choreographer> sThreadInstance =106 new ThreadLocal<Choreographer>() {124 private static final ThreadLocal<Choreographer> sSfThreadInstance =125 new ThreadLocal<Choreographer>() {
31 static final ThreadLocal<GapWorker> sGapWorker = new ThreadLocal<>();
78 private static ThreadLocal<WeakReference<ArrayMap<ViewGroup, ArrayList<Transition>>>>80 new ThreadLocal<WeakReference<ArrayMap<ViewGroup, ArrayList<Transition>>>>();
421 private static ThreadLocal<DelayedAnimationHelper> sAnimationHelper =422 new ThreadLocal<DelayedAnimationHelper>();
55 private static ThreadLocal<AnimationState> sAnimationState56 = new ThreadLocal<AnimationState>() {
83 private ThreadLocal<AnimationHandler> mSfAnimationHandlerThreadLocal =84 ThreadLocal.withInitial(() -> {