Searched defs:numThreads (Results 1 – 7 of 7) sorted by relevance
31 bool ABinderProcess_setThreadPoolMaxThreadCount(uint32_t numThreads) { in ABinderProcess_setThreadPoolMaxThreadCount()
64 int numThreads = DEFAULT_THREADS; in main() local
53 Replayer::Replayer(const std::string& filename, bool replayManually, int numThreads, bool wait, in Replayer()85 Replayer::Replayer(const Trace& t, bool replayManually, int numThreads, bool wait, nsecs_t stopHere) in Replayer()
87 int numThreads = 2 * callbackCount; in testAddCallbackRemoveCallback_concurrently() local
134 const int32_t numThreads = getNumCpus() > 2 ? 2 : 1; in launchThreadsLocked() local
171 public static final native void setMaxThreads(int numThreads); in setMaxThreads()
726 const uint32_t numThreads = mWorkers.mCount + 1; in launchReduceParallel() local