/third_party/ltp/lib/newlib_tests/ |
D | test15.c | 27 #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 …]
|
D | test09.c | 13 #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()
|
D | test08.c | 12 #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/ |
D | iec61883.c | 36 #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/ |
D | test_1_to_1_threads.c | 54 #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/ |
D | decimalformatperf.pl | 33 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";
|
D | dateformatperf.pl | 37 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";
|
D | perftests.pl | 42 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/ |
D | dlfcn.c | 64 #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/ |
D | bzcat.c | 44 #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/ |
D | drbgtest.c | 766 # 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/ |
D | PerfTest.java | 343 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/ |
D | fate.texi | 207 @item THREADS 241 make V=1 SAMPLES=/var/fate/samples THREADS=2 CPUFLAGS=mmx fate
|
/third_party/toybox/toys/posix/ |
D | getconf.c | 73 CONF(THREAD_SAFE_FUNCTIONS), CONF(THREAD_SPORADIC_SERVER), CONF(THREADS),
|
/third_party/ffmpeg/tests/fate/ |
D | libavutil.mak | 48 fate-cpu: CMD = runecho libavutil/tests/cpu$(EXESUF) $(CPUFLAGS:%=-c%) $(THREADS:%=-t%)
|
/third_party/ffmpeg/tests/ |
D | Makefile | 1 THREADS = 1 macro
|
/third_party/flutter/skia/third_party/externals/sdl/cmake/ |
D | sdlchecks.cmake | 800 # - THREADS opt
|