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

  /external/libvpx/libvpx/test/
decode_perf_test.cc 25 #define THREADS 1
30 DecodePerfTest takes a tuple of filename + number of threads to decode with
72 const unsigned threads = GET_PARAM(THREADS); local
78 cfg.threads = threads;
98 printf("\t\"threadCount\" : %u,\n", threads);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
decode_perf_test.cc 25 #define THREADS 1
30 DecodePerfTest takes a tuple of filename + number of threads to decode with
70 const unsigned threads = GET_PARAM(THREADS); local
76 cfg.threads = threads;
95 printf("\t\"threadCount\" : %u,\n", threads);
  /external/mesa3d/src/mapi/mapi/
u_thread.h 50 #include <pthread.h> /* POSIX threads headers */
57 #ifndef THREADS
58 #define THREADS
83 * POSIX threads. This should be your choice in the Unix world
84 * whenever possible. When building with POSIX threads, be sure
152 * Windows threads. Should work with Windows NT and 95.
153 * IMPORTANT: Link with multithreaded runtime library when THREADS are
232 * THREADS not defined
234 #ifndef THREADS
280 #endif /* THREADS */
    [all...]
  /external/valgrind/drd/tests/
annotate_sem.c 16 #define THREADS 10
79 pthread_t tid[THREADS];
83 for (i = 0; i < THREADS; i++)
86 for (i = 0; i < THREADS; i++)
89 assert(s_counter == THREADS * ITERATIONS);
circular_buffer.c 180 #define THREADS (10)
184 pthread_t producers[THREADS];
185 pthread_t consumers[THREADS];
186 int thread_arg[THREADS];
207 for (i = 0; i < THREADS; ++i)
214 for (i = 0; i < THREADS; ++i)
218 for (i = 0; i < THREADS; ++i)
  /external/libxml2/os400/dlfcn/
dlfcn.c 64 #define THREADS 000002 /* Multithreaded job. */
120 if (dlflags & THREADS)
151 dlflags &= ~THREADS;
154 dlflags |= THREADS;
160 if (dlflags & THREADS)
206 if (!(dlflags & THREADS))
234 if (!(dlflags & THREADS))
  /external/toybox/toys/other/
bzcat.c 27 #define THREADS 1
88 struct bwdata bwdata[THREADS];
616 bd->dbufSize = 100000*(i-'0')*THREADS;
617 for (i=0; i<THREADS; i++)
637 for (j=0; j<THREADS; j++) free(bd->bwdata[j].dbuf);
  /libcore/jsr166-tests/src/test/java/jsr166/
ScheduledExecutorSubclassTest.java 446 * multiple threads active
449 final int THREADS = 3;
450 final ThreadPoolExecutor p = new CustomExecutor(THREADS);
451 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
455 for (int i = 0; i < THREADS; i++)
460 assertEquals(THREADS, p.getLargestPoolSize());
463 assertEquals(THREADS, p.getLargestPoolSize());
467 assertEquals(THREADS, p.getLargestPoolSize());
472 * getPoolSize increases, but doesn't overestimate, when threads
    [all...]
ScheduledExecutorTest.java 391 * multiple threads active
394 final int THREADS = 3;
395 final ThreadPoolExecutor p = new ScheduledThreadPoolExecutor(THREADS);
396 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
400 for (int i = 0; i < THREADS; i++)
405 assertEquals(THREADS, p.getLargestPoolSize());
408 assertEquals(THREADS, p.getLargestPoolSize());
412 assertEquals(THREADS, p.getLargestPoolSize());
417 * getPoolSize increases, but doesn't overestimate, when threads
    [all...]
ThreadPoolExecutorSubclassTest.java 290 * prestartAllCoreThreads starts all corePoolSize threads
429 * multiple threads active
432 final int THREADS = 3;
434 new CustomTPE(THREADS, THREADS,
437 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
441 for (int i = 0; i < THREADS; i++)
446 assertEquals(THREADS, p.getLargestPoolSize());
449 assertEquals(THREADS, p.getLargestPoolSize());
453 assertEquals(THREADS, p.getLargestPoolSize())
    [all...]
ThreadPoolExecutorTest.java 151 * prestartAllCoreThreads starts all corePoolSize threads
320 * multiple threads active
323 final int THREADS = 3;
325 new ThreadPoolExecutor(THREADS, THREADS,
328 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
332 for (int i = 0; i < THREADS; i++)
337 assertEquals(THREADS, p.getLargestPoolSize());
340 assertEquals(THREADS, p.getLargestPoolSize());
344 assertEquals(THREADS, p.getLargestPoolSize())
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-embedder-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 195 milliseconds