Searched defs:THREADS (Results 1 - 9 of 9) sorted by relevance

/external/curl/tests/libtest/
H A Dlib586.c25 #define THREADS 2 macro
185 for (i=1; i<=THREADS; i++ ) {
H A Dlib506.c27 #define THREADS 2 macro
261 for (i=1; i<=THREADS; i++ ) {
/external/mesa3d/src/mapi/mapi/
H A Du_thread.h57 #ifndef THREADS
58 #define THREADS macro
153 * IMPORTANT: Link with multithreaded runtime library when THREADS are
232 * THREADS not defined
234 #ifndef THREADS
280 #endif /* THREADS */
/external/valgrind/drd/tests/
H A Dannotate_sem.c16 #define THREADS 10 macro
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);
H A Dcircular_buffer.c180 #define THREADS (10) macro
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/libvpx/libvpx/test/
H A Ddecode_perf_test.cc29 #define THREADS 1 macro
78 const unsigned threads = GET_PARAM(THREADS);
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java341 static final int THREADS = 14; field in class:PerfTest
503 if (options[THREADS].doesOccur) {
505 threads = Integer.parseInt(options[THREADS].value);
/external/libxml2/os400/dlfcn/
H A Ddlfcn.c64 #define THREADS 000002 /* Multithreaded job. */ macro
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/
H A Dbzcat.c44 #define THREADS 1 macro
105 struct bwdata bwdata[THREADS];
635 bd->dbufSize = 100000*(i-'0')*THREADS;
636 for (i=0; i<THREADS; i++)
656 for (j=0; j<THREADS; j++) free(bd->bwdata[j].dbuf);

Completed in 346 milliseconds