Searched refs:mThreadState (Results 1 – 2 of 2) sorted by relevance
34 private final ThreadLocal<PriorityState> mThreadState = new ThreadLocal<PriorityState>() { field in ThreadPriorityBooster46 final PriorityState state = mThreadState.get(); in boost()61 final PriorityState state = mThreadState.get(); in reset()78 final PriorityState state = mThreadState.get(); in setBoostToPriority()
49 private AtomicBoolean mThreadState; // True for running, False for stopped. field in StaticLayoutMultithreadPerfTest55 mThreadState = new AtomicBoolean(true); in startBackgroundThread()67 while (mThreadState.get()) { in startBackgroundThread()90 mThreadState.set(false); in finishThreads()99 mThreadState = null; in finishThreads()