HomeSort by relevance Sort by last modified time
    Searched defs:nthreads (Results 1 - 6 of 6) sorted by null

  /ndk/tests/device/test-openmp/jni/
openmp2.c 8 int nthreads, tid; local
11 #pragma omp parallel default(shared) private(nthreads, tid)
20 nthreads = omp_get_num_threads();
21 printf("Number of threads = %d\n", nthreads);
  /external/valgrind/main/drd/tests/
annotate_smart_pointer.cpp 308 const int nthreads = std::max(argc > 1 ? atoi(argv[1]) : 1, 1); local
314 Thread T[nthreads];
318 for (int i = 0; i < nthreads; ++i)
327 for (int i = 0; i < nthreads; ++i)
  /external/opencv/cv/src/
cvsurf.cpp 338 int nthreads = cvGetNumThreads(); local
339 #pragma omp parallel for num_threads(nthreads) schedule(dynamic)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
thread_db.h 224 int nthreads; /* Total number of threads in use. */ member in struct:td_ta_stats
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
thread_db.h 224 int nthreads; /* Total number of threads in use. */ member in struct:td_ta_stats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
thread_db.h 224 int nthreads; /* Total number of threads in use. */ member in struct:td_ta_stats

Completed in 254 milliseconds