Searched defs:numThreads (Results 1 – 4 of 4) sorted by relevance
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()
106 public static final native void setMaxThreads(int numThreads); in setMaxThreads()
726 const uint32_t numThreads = mWorkers.mCount + 1; in launchReduceParallel() local