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

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.h 46 /* Define the THREADS symbol to make sure that there is exactly one core dumper
49 #define THREADS "Linux /proc"
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linuxthreads.h 46 /* Define the THREADS symbol to make sure that there is exactly one core dumper
49 #define THREADS "Linux /proc"
  /external/chromium_org/third_party/libvpx/source/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);
  /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
70 const unsigned threads = GET_PARAM(THREADS); local
76 cfg.threads = threads;
95 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/chromium_org/third_party/mesa/src/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/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/main/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)
  /libcore/jsr166-tests/src/test/java/jsr166/
ScheduledExecutorSubclassTest.java 395 * multiple threads active
398 final int THREADS = 3;
399 final ThreadPoolExecutor p = new CustomExecutor(THREADS);
400 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
404 for (int i = 0; i < THREADS; i++)
409 assertEquals(THREADS, p.getLargestPoolSize());
412 assertEquals(THREADS, p.getLargestPoolSize());
416 assertEquals(THREADS, p.getLargestPoolSize());
421 * getPoolSize increases, but doesn't overestimate, when threads
    [all...]
ScheduledExecutorTest.java 345 * multiple threads active
348 final int THREADS = 3;
349 final ThreadPoolExecutor p = new ScheduledThreadPoolExecutor(THREADS);
350 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
354 for (int i = 0; i < THREADS; i++)
359 assertEquals(THREADS, p.getLargestPoolSize());
362 assertEquals(THREADS, p.getLargestPoolSize());
366 assertEquals(THREADS, p.getLargestPoolSize());
371 * getPoolSize increases, but doesn't overestimate, when threads
    [all...]
ThreadPoolExecutorSubclassTest.java 260 * prestartAllCoreThreads starts all corePoolSize threads
399 * multiple threads active
402 final int THREADS = 3;
404 new CustomTPE(THREADS, THREADS,
407 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
411 for (int i = 0; i < THREADS; i++)
416 assertEquals(THREADS, p.getLargestPoolSize());
419 assertEquals(THREADS, p.getLargestPoolSize());
423 assertEquals(THREADS, p.getLargestPoolSize())
    [all...]
ThreadPoolExecutorTest.java 123 * prestartAllCoreThreads starts all corePoolSize threads
292 * multiple threads active
295 final int THREADS = 3;
297 new ThreadPoolExecutor(THREADS, THREADS,
300 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
304 for (int i = 0; i < THREADS; i++)
309 assertEquals(THREADS, p.getLargestPoolSize());
312 assertEquals(THREADS, p.getLargestPoolSize());
316 assertEquals(THREADS, p.getLargestPoolSize())
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-embedder-3.2.1.jar 

Completed in 410 milliseconds