HomeSort by relevance Sort by last modified time
    Searched refs:thread_results (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
omp_loop.h 83 Result *thread_results; local
90 thread_results = new Result[num_threads];
93 thread_results[i] = Result();
100 thread_results[iam] =
101 r(thread_results[iam], f(o, begin+pos));
105 output = r(output, thread_results[i]);
107 delete [] thread_results;
omp_loop_static.h 83 Result *thread_results; local
90 thread_results = new Result[num_threads];
93 thread_results[i] = Result();
100 thread_results[iam] = r(thread_results[iam], f(o, begin+pos));
104 output = r(output, thread_results[i]);
106 delete [] thread_results;
par_loop.h 79 Result *thread_results; local
90 thread_results = static_cast<Result*>(
116 thread_results[iam] = *reduct;
121 output = r(output, thread_results[i]);
127 delete[] thread_results;

Completed in 611 milliseconds