HomeSort by relevance Sort by last modified time
    Searched defs:MAX_THREADS (Results 1 - 23 of 23) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
threading.h 105 #define MAX_THREADS 65536 /* max number of threads, reader/writer, per test */
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
test_guard.cpp 9 #define MAX_THREADS 100
30 static Foo* sInstances[MAX_THREADS];
31 static pthread_t sThreads[MAX_THREADS];
43 for (int nn = 0; nn < MAX_THREADS; nn++) {
47 for (int nn = 0; nn < MAX_THREADS; nn++) {
66 for (int nn = 0; nn < MAX_THREADS; nn++) {
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
test_guard.cpp 9 #define MAX_THREADS 100
30 static Foo* sInstances[MAX_THREADS];
31 static pthread_t sThreads[MAX_THREADS];
43 for (int nn = 0; nn < MAX_THREADS; nn++) {
47 for (int nn = 0; nn < MAX_THREADS; nn++) {
66 for (int nn = 0; nn < MAX_THREADS; nn++) {
  /external/autotest/client/tests/monotonic_time/src/
threads.c 17 #define MAX_THREADS MAX_CPUS
26 static thread_t threads[MAX_THREADS];
61 if (num_threads >= MAX_THREADS)
88 if (nthreads > MAX_THREADS)
89 nthreads = MAX_THREADS;
  /frameworks/base/services/core/java/com/android/server/pm/
ParallelPackageParser.java 37 * <p>Parsing requests are processed by a thread-pool of {@link #MAX_THREADS}.
43 private static final int MAX_THREADS = 4;
54 private final ExecutorService mService = ConcurrentUtils.newFixedThreadPool(MAX_THREADS,
  /system/netd/tests/benchmarks/
dns_benchmark.cpp 80 constexpr int MAX_THREADS = 32;
177 ->ThreadRange(MIN_THREADS, MAX_THREADS)
185 ->ThreadRange(MIN_THREADS, MAX_THREADS)
193 ->ThreadRange(MIN_THREADS, MAX_THREADS)
connect_benchmark.cpp 287 constexpr int MAX_THREADS = 1;
312 ->ThreadRange(MIN_THREADS, MAX_THREADS)->MinTime(MIN_TIME)->UseRealTime();
318 ->ThreadRange(MIN_THREADS, MAX_THREADS)->MinTime(MIN_TIME)->UseRealTime();
343 ->ThreadRange(MIN_THREADS, MAX_THREADS)->MinTime(MIN_TIME)->UseRealTime();
349 ->ThreadRange(MIN_THREADS, MAX_THREADS)->MinTime(MIN_TIME)->UseRealTime();
  /external/linux-kselftest/tools/testing/selftests/timers/
threadtest.c 44 #define MAX_THREADS 128
137 pthread_t pth[MAX_THREADS];
168 if (thread_count > MAX_THREADS)
169 thread_count = MAX_THREADS;
  /system/extras/ioshark/
ioshark_bench.c 49 #define MAX_THREADS 8192
62 pthread_t tid[MAX_THREADS];
702 if (num_threads > MAX_THREADS)
  /external/ltp/testcases/network/netstress/
netstress.c 117 #define MAX_THREADS 10000
343 if (clients_num >= MAX_THREADS) {
  /external/libmpeg2/decoder/
impeg2d_structs.h 405 #define MAX_THREADS 4
413 dec_state_t *ps_dec_state[MAX_THREADS];
414 UWORD32 au4_thread_launched[MAX_THREADS];
  /art/tools/dmtracedump/
tracedump.cc 46 #define MAX_THREADS 32768
233 CallStack* stacks[MAX_THREADS];
234 int32_t depth[MAX_THREADS];
1046 for (int32_t i = 0; i < MAX_THREADS; i++)
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 35 static const size_t MAX_THREADS = 4;
370 WorkQueue wq(MAX_THREADS, false);
    [all...]
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.0/
rxjava-1.1.0.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.4/
rxjava-1.1.4.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.5/
rxjava-1.1.5.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.6/
rxjava-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 
google-java-format-all-deps.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar 

Completed in 445 milliseconds