Home
last modified time | relevance | path

Searched refs:nthread (Results 1 – 15 of 15) sorted by relevance

/external/fft2d/src/fft2d/fft2d/
Dfftsg2d.c410 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 …]
Dfftsg3d.c1219 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 …]
Dfftsg.c2211 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/
Drun_auto.sh25 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/
Dsigfuz.c58 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/
Dtsan_platform_windows.cpp26 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
Dtsan_platform_mac.cpp142 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
188 nthread, nlive); in WriteMemoryProfile()
Dtsan_platform_linux.cpp129 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
141 nlive, nthread); in WriteMemoryProfile()
Dtsan_rtl.cpp522 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()
Dtsan_platform.h1037 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_windows.cc31 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
Dtsan_platform_linux.cc113 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
125 nlive, nthread); in WriteMemoryProfile()
Dtsan_platform_mac.cc110 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) { in WriteMemoryProfile() argument
Dtsan_rtl.cc452 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()
Dtsan_platform.h759 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive);