/external/fft2d/src/fft2d/fft2d/ |
D | fftsg2d.c | 410 int n, itnull, nthread, nt, i; in cdft2d() local 422 nthread = 1; in cdft2d() 424 nthread = FFT2D_MAX_THREADS; in cdft2d() 426 nt = 8 * nthread * n1; in cdft2d() 427 if (n2 == 4 * nthread) { in cdft2d() 429 } else if (n2 < 4 * nthread) { in cdft2d() 468 int n, nw, nc, itnull, nthread, nt, i; in rdft2d() local 487 nthread = 1; in rdft2d() 489 nthread = FFT2D_MAX_THREADS; in rdft2d() 491 nt = 8 * nthread * n1; in rdft2d() [all …]
|
D | fftsg3d.c | 1219 int nthread; member 1240 int nthread, nt, i; in xdft3da_subth() local 1242 nthread = FFT3D_MAX_THREADS; in xdft3da_subth() 1243 if (nthread > n1) { in xdft3da_subth() 1244 nthread = n1; in xdft3da_subth() 1252 for (i = 0; i < nthread; i++) { in xdft3da_subth() 1253 ag[i].nthread = nthread; in xdft3da_subth() 1266 for (i = 0; i < nthread; i++) { in xdft3da_subth() 1278 int nthread, nt, i; in cdft3db_subth() local 1280 nthread = FFT3D_MAX_THREADS; in cdft3db_subth() [all …]
|
D | fftsg.c | 2211 int i, idiv4, m, nthread; in cftrec4_th() local 2215 nthread = 2; in cftrec4_th() 2219 nthread = 4; in cftrec4_th() 2223 for (i = 0; i < nthread; i++) { in cftrec4_th() 2235 for (i = 0; i < nthread; i++) { in cftrec4_th()
|
/external/ltp/testcases/realtime/perf/latency/ |
D | run_auto.sh | 25 nthread=5000 30 echo "number of threads = $nthread " | tee -a $LOG_FILE 35 rm -f $nthread.$iter.$nproc.*.out 38 ./pthread_cond_many --realtime --broadcast -i $iter -n $nthread > $nthread.$iter.$nproc.$i.out & 42 ./pthread_cond_many --broadcast -i $iter -n $nthread > $nthread.$iter.$nproc.$i.out &
|
/external/linux-kselftest/tools/testing/selftests/powerpc/signal/ |
D | sigfuz.c | 58 static int nthread = THREADS; variable 254 threads = malloc(nthread * sizeof(pthread_t)); in signal_fuzzer() 256 for (t = 0; t < nthread; t++) { in signal_fuzzer() 263 for (t = 0; t < nthread; t++) { in signal_fuzzer() 306 nthread = atoi(optarg); in main() 307 printf("Threads = %d\n", nthread); in main()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_windows.cpp | 26 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
|
D | tsan_platform_mac.cpp | 142 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument 188 nthread, nlive); in WriteMemoryProfile()
|
D | tsan_platform_linux.cpp | 129 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument 141 nlive, nthread); in WriteMemoryProfile()
|
D | tsan_rtl.cpp | 522 uptr nthread = 0; in ForkChildAfter() local 523 ctx->thread_registry->GetNumberOfThreads(0, 0, &nthread /* alive threads */); in ForkChildAfter() 525 " parent had %d threads\n", (int)internal_getpid(), (int)nthread); in ForkChildAfter() 526 if (nthread == 1) { in ForkChildAfter()
|
D | tsan_platform.h | 1037 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_windows.cc | 31 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
|
D | tsan_platform_linux.cc | 113 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument 125 nlive, nthread); in WriteMemoryProfile()
|
D | tsan_platform_mac.cc | 110 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
|
D | tsan_rtl.cc | 452 uptr nthread = 0; in ForkChildAfter() local 453 ctx->thread_registry->GetNumberOfThreads(0, 0, &nthread /* alive threads */); in ForkChildAfter() 455 " parent had %d threads\n", (int)internal_getpid(), (int)nthread); in ForkChildAfter() 456 if (nthread == 1) { in ForkChildAfter()
|
D | tsan_platform.h | 759 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
|