Home
last modified time | relevance | path

Searched refs:THREADS (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/mapi/mapi/
Du_current.c115 #ifdef THREADS
128 #if defined(THREADS) && defined(WIN32) in u_current_destroy()
135 #if defined(THREADS) && !defined(GLX_USE_TLS)
200 #elif defined(THREADS) in u_current_set_user()
218 #elif defined(THREADS) in u_current_get_user_internal()
244 #elif defined(THREADS) in u_current_set()
260 #elif defined(THREADS) in u_current_get_internal()
Du_thread.h57 #ifndef THREADS
58 #define THREADS macro
234 #ifndef THREADS
/external/valgrind/drd/tests/
Dannotate_sem.c16 #define THREADS 10 macro
79 pthread_t tid[THREADS]; in main()
83 for (i = 0; i < THREADS; i++) in main()
86 for (i = 0; i < THREADS; i++) in main()
89 assert(s_counter == THREADS * ITERATIONS); in main()
Dcircular_buffer.c180 #define THREADS (10) macro
184 pthread_t producers[THREADS]; in main()
185 pthread_t consumers[THREADS]; in main()
186 int thread_arg[THREADS]; in main()
207 for (i = 0; i < THREADS; ++i) in main()
214 for (i = 0; i < THREADS; ++i) in main()
218 for (i = 0; i < THREADS; ++i) in main()
/external/icu/icu4j/perf-tests/
Ddecimalformatperf.pl31 my $THREADS; # number of threads (input from command-line args)
50 $THREADS = $arg;
59 my $threads = ($THREADS > 1) ? "($THREADS threads)" : "";
277 …sspath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";
Ddateformatperf.pl35 my $THREADS; # number of threads (input from command-line args)
54 $THREADS = $arg;
63 my $threads = ($THREADS > 1) ? "($THREADS threads)" : "";
282 …sspath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";
Dperftests.pl40 my $THREADS; # number of threads (input from command-line args)
58 $THREADS = $arg;
383 …ath $CLASSPATH $testclass $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";
/external/opencv3/modules/imgproc/src/opencl/
Dcorner.cl88 #define THREADS 256
110 int dx_startX = gX * (THREADS-ksX+1) - anX + dx_x_off;
112 int dy_startX = gX * (THREADS-ksX+1) - anX + dy_x_off;
114 int dst_startX = gX * (THREADS-ksX+1) + dst_x_off;
118 __local float temp[6][THREADS];
176 if (col < (THREADS - (ksX - 1)))
/external/libxml2/os400/dlfcn/
Ddlfcn.c64 #define THREADS 000002 /* Multithreaded job. */ macro
120 if (dlflags & THREADS) in dlterm()
151 dlflags &= ~THREADS; in dlinit()
154 dlflags |= THREADS; in dlinit()
160 if (dlflags & THREADS) in dlinit()
206 if (!(dlflags & THREADS)) in dllock()
234 if (!(dlflags & THREADS)) in dlunlock()
/external/toybox/toys/other/
Dbzcat.c44 #define THREADS 1 macro
105 struct bwdata bwdata[THREADS];
635 bd->dbufSize = 100000*(i-'0')*THREADS; in start_bunzip()
636 for (i=0; i<THREADS; i++) in start_bunzip()
656 for (j=0; j<THREADS; j++) free(bd->bwdata[j].dbuf); in bunzipStream()
/external/curl/tests/libtest/
Dlib586.c25 #define THREADS 2 macro
185 for (i=1; i<=THREADS; i++ ) { in test()
Dlib506.c27 #define THREADS 2 macro
261 for (i=1; i<=THREADS; i++ ) { in test()
/external/mesa3d/src/mapi/glapi/
Dglapi_priv.h89 # elif defined(THREADS)
Dglapi.h105 # ifdef THREADS
Dglapi_entrypoint.c123 #elif defined(THREADS) in fill_in_entrypoint_offset()
/external/libvpx/libvpx/test/
Ddecode_perf_test.cc29 #define THREADS 1 macro
78 const unsigned threads = GET_PARAM(THREADS); in TEST_P()
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java341 static final int THREADS = 14; field in PerfTest
503 if (options[THREADS].doesOccur) { in parseOptions()
505 threads = Integer.parseInt(options[THREADS].value); in parseOptions()
/external/mesa3d/src/glx/
Dglxcurrent.c147 #elif defined( THREADS )
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c164 #elif defined(THREADS)
176 #elif defined(THREADS) in SetCurrentContext()
274 #elif defined(THREADS) in glXGetCurrentContext()
/external/mesa3d/src/mesa/main/
Ddebug.c133 #if defined(THREADS) in _mesa_print_info()