Home
last modified time | relevance | path

Searched refs:numThreads (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java97 public static final native void setMaxThreads(int numThreads); in setMaxThreads() argument
/frameworks/rs/cpu_ref/
DrsCpuCore.cpp728 const uint32_t numThreads = mWorkers.mCount + 1; in launchReduceParallel() local
732 const uint32_t numAllocAccum = numThreads - (mtls->outFunc == nullptr); in launchReduceParallel()
753 const size_t accumPtrArrayBytes = sizeof(uint8_t *) * numThreads; in launchReduceParallel()
764 numThreads, mtls->accumAlloc); in launchReduceParallel()
769 mtls->mSliceSize = rsMax(1U, mtls->redp.dim.y / (numThreads * 4)); in launchReduceParallel()
772 mtls->mSliceSize = rsMax(1U, mtls->redp.dim.x / (numThreads * 4)); in launchReduceParallel()