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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
omp_loop.h 80 _Result *__thread_results; local
87 __thread_results = new _Result[__num_threads];
90 __thread_results[__i] = _Result();
97 __thread_results[__iam] = __r(__thread_results[__iam],
102 __output = __r(__output, __thread_results[__i]);
104 delete [] __thread_results;
omp_loop_static.h 80 _Result *__thread_results; local
87 __thread_results = new _Result[__num_threads];
90 __thread_results[__i] = _Result();
97 __thread_results[__iam] = __r(__thread_results[__iam],
102 __output = __r(__output, __thread_results[__i]);
104 delete [] __thread_results;
par_loop.h 75 _Result *__thread_results; local
86 __thread_results = static_cast<_Result*>
114 ::new(&__thread_results[__iam]) _Result(*__reduct);
122 __output = __r(__output, __thread_results[__i]);
123 __thread_results[__i].~_Result();
130 ::operator delete(__thread_results);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
omp_loop.h 80 _Result *__thread_results; local
87 __thread_results = new _Result[__num_threads];
90 __thread_results[__i] = _Result();
97 __thread_results[__iam] = __r(__thread_results[__iam],
102 __output = __r(__output, __thread_results[__i]);
104 delete [] __thread_results;
omp_loop_static.h 80 _Result *__thread_results; local
87 __thread_results = new _Result[__num_threads];
90 __thread_results[__i] = _Result();
97 __thread_results[__iam] = __r(__thread_results[__iam],
102 __output = __r(__output, __thread_results[__i]);
104 delete [] __thread_results;
par_loop.h 75 _Result *__thread_results; local
86 __thread_results = static_cast<_Result*>
114 ::new(&__thread_results[__iam]) _Result(*__reduct);
122 __output = __r(__output, __thread_results[__i]);
123 __thread_results[__i].~_Result();
130 ::operator delete(__thread_results);

Completed in 169 milliseconds