Home
last modified time | relevance | path

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

/third_party/ltp/lib/newlib_tests/
Dtest15.c27 #define THREADS 64 macro
82 if (i < THREADS - 1) { in mem_spam()
96 pthread_t threads[THREADS + 1]; in do_test()
99 m = SAFE_MMAP(NULL, sizeof(*m) * THREADS, in do_test()
103 seq_n = &((m + THREADS / 2)->seq_n); in do_test()
105 pthread_create(&threads[THREADS], NULL, mem_spam, NULL); in do_test()
106 for (i = THREADS - 1; i >= 0; i--) in do_test()
109 for (i = 0; i < THREADS; i++) { in do_test()
114 pthread_join(threads[THREADS], NULL); in do_test()
117 for (i = 0; i < THREADS; i++) { in do_test()
[all …]
Dtest09.c13 #define THREADS 64 macro
32 pthread_t threads[THREADS]; in do_test()
34 for (i = 0; i < THREADS; i++) in do_test()
37 for (i = 0; i < THREADS; i++) { in do_test()
42 if (atomic == THREADS * ITERATIONS) in do_test()
Dtest08.c12 #define THREADS 10 macro
18 pthread_barrier_init(&barrier, NULL, THREADS); in setup()
48 pthread_t threads[THREADS]; in do_test()
50 for (i = 0; i < THREADS; i++) in do_test()
53 for (i = 0; i < THREADS; i++) { in do_test()
/third_party/ffmpeg/libavdevice/
Diec61883.c36 #define THREADS HAVE_PTHREADS macro
38 #if THREADS
91 #if THREADS
105 #if THREADS in iec61883_callback()
144 #if THREADS in iec61883_callback()
156 #if THREADS in iec61883_receive_task()
173 #if THREADS in iec61883_receive_task()
402 #if THREADS in iec61883_read_header()
428 #if THREADS in iec61883_read_packet()
452 #if THREADS in iec61883_close()
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_threads.c54 #define THREADS 10 /* FIXME should be 500 instead of 10 */ macro
140 int pth[THREADS]; in main()
141 pthread_t thread[THREADS]; in main()
177 for (cnt = 0; cnt < THREADS; cnt++) { in main()
187 for (cnt = 0; cnt < THREADS ; cnt++) { in main()
/third_party/icu/icu4j/perf-tests/
Ddecimalformatperf.pl33 my $THREADS; # number of threads (input from command-line args)
52 $THREADS = $arg;
61 my $threads = ($THREADS > 1) ? "($THREADS threads)" : "";
279 …sspath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";
Ddateformatperf.pl37 my $THREADS; # number of threads (input from command-line args)
56 $THREADS = $arg;
65 my $threads = ($THREADS > 1) ? "($THREADS threads)" : "";
284 …sspath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";
Dperftests.pl42 my $THREADS; # number of threads (input from command-line args)
60 $THREADS = $arg;
385 …ath $CLASSPATH $testclass $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";
/third_party/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()
/third_party/toybox/toys/other/
Dbzcat.c44 #define THREADS 1 macro
105 struct bwdata bwdata[THREADS];
634 bd->dbufSize = 100000*(i-'0')*THREADS; in start_bunzip()
635 for (i=0; i<THREADS; i++) in start_bunzip()
658 for (j=0; j<THREADS; j++) free(bd->bwdata[j].dbuf); in bunzipStream()
/third_party/openssl/test/
Ddrbgtest.c766 # define THREADS 3 macro
770 thread_t t[THREADS]; in test_multi_thread()
773 for (i = 0; i < THREADS; i++) in test_multi_thread()
776 for (i = 0; i < THREADS; i++) in test_multi_thread()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java343 static final int THREADS = 14; field in PerfTest
505 if (options[THREADS].doesOccur) { in parseOptions()
507 threads = Integer.parseInt(options[THREADS].value); in parseOptions()
/third_party/ffmpeg/doc/
Dfate.texi207 @item THREADS
241 make V=1 SAMPLES=/var/fate/samples THREADS=2 CPUFLAGS=mmx fate
/third_party/toybox/toys/posix/
Dgetconf.c73 CONF(THREAD_SAFE_FUNCTIONS), CONF(THREAD_SPORADIC_SERVER), CONF(THREADS),
/third_party/ffmpeg/tests/fate/
Dlibavutil.mak48 fate-cpu: CMD = runecho libavutil/tests/cpu$(EXESUF) $(CPUFLAGS:%=-c%) $(THREADS:%=-t%)
/third_party/ffmpeg/tests/
DMakefile1 THREADS = 1 macro
/third_party/flutter/skia/third_party/externals/sdl/cmake/
Dsdlchecks.cmake800 # - THREADS opt