| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| D | tags.h | 49 _ThreadIndex _M_num_threads; 58 parallel_tag(_ThreadIndex __num_threads) in parallel_tag() 63 _ThreadIndex __get_num_threads() in __get_num_threads() 73 void set_num_threads(_ThreadIndex __num_threads) in set_num_threads() 82 default_parallel_tag(_ThreadIndex __num_threads) in default_parallel_tag() 112 exact_tag(_ThreadIndex __num_threads) in exact_tag() 121 sampling_tag(_ThreadIndex __num_threads) in sampling_tag() 131 multiway_mergesort_tag(_ThreadIndex __num_threads) in multiway_mergesort_tag() 140 multiway_mergesort_exact_tag(_ThreadIndex __num_threads) in multiway_mergesort_exact_tag() 149 multiway_mergesort_sampling_tag(_ThreadIndex __num_threads) in multiway_mergesort_sampling_tag() [all …]
|
| D | balanced_quicksort.h | 81 _ThreadIndex _M_num_threads; 104 _Compare __comp, _ThreadIndex __num_threads) in __qsb_divide() 177 _ThreadIndex __iam, _ThreadIndex __num_threads, in __qsb_conquer() 205 _ThreadIndex in __qsb_conquer() 206 __num_threads_leftside = std::max<_ThreadIndex> in __qsb_conquer() 207 (1, std::min<_ThreadIndex>(__num_threads - 1, __split_pos in __qsb_conquer() 251 _Compare& __comp, _ThreadIndex __iam, in __qsb_local_sort_with_helping() 265 _ThreadIndex __num_threads = __tl._M_num_threads; in __qsb_local_sort_with_helping() 392 _ThreadIndex __victim; in __qsb_local_sort_with_helping() 434 _Compare __comp, _ThreadIndex __num_threads) in __parallel_sort_qsb() [all …]
|
| D | multiway_mergesort.h | 68 _ThreadIndex _M_num_threads; 104 _ThreadIndex __iam = omp_get_thread_num(); in __determine_samples() 131 operator()(const _ThreadIndex __iam, 143 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; __s++) 157 for (_ThreadIndex __seq = 0; __seq < __sd->_M_num_threads; __seq++) 171 for (_ThreadIndex __seq = 0; __seq < __sd->_M_num_threads; __seq++) 190 operator()(const _ThreadIndex __iam, 213 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; ++__s) 315 _ThreadIndex __iam = omp_get_thread_num(); 352 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; __s++) [all …]
|
| D | equally_split.h | 48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads, in __equally_split() 54 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i) in __equally_split() 76 _ThreadIndex __num_threads, in __equally_split_point() 77 _ThreadIndex __thread_no) in __equally_split_point()
|
| D | omp_loop_static.h | 77 _ThreadIndex __num_threads = std::min<_DifferenceType> in __for_each_template_random_access_omp_loop_static() 89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i) in __for_each_template_random_access_omp_loop_static() 93 _ThreadIndex __iam = omp_get_thread_num(); in __for_each_template_random_access_omp_loop_static() 101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i) in __for_each_template_random_access_omp_loop_static()
|
| D | omp_loop.h | 77 _ThreadIndex __num_threads = __gnu_parallel::min<_DifferenceType> in __for_each_template_random_access_omp_loop() 89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i) in __for_each_template_random_access_omp_loop() 93 _ThreadIndex __iam = omp_get_thread_num(); in __for_each_template_random_access_omp_loop() 101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i) in __for_each_template_random_access_omp_loop()
|
| D | quicksort.h | 56 __num_samples, _ThreadIndex __num_threads) in __parallel_sort_qs_divide() 103 _ThreadIndex __num_threads) in __parallel_sort_qs_conquer() 120 _ThreadIndex __num_threads_left; in __parallel_sort_qs_conquer() 156 _ThreadIndex __num_threads) in __parallel_sort_qs() 168 __num_threads = static_cast<_ThreadIndex>(__n); in __parallel_sort_qs()
|
| D | unique_copy.h | 69 _ThreadIndex __num_threads = __get_max_threads(); in __parallel_unique_copy() 81 _ThreadIndex __iam = omp_get_thread_num(); in __parallel_unique_copy() 132 for (_ThreadIndex __t = 0; __t < __num_threads; ++__t) in __parallel_unique_copy() 157 for (_ThreadIndex __t = 0; __t < __iam; __t++) in __parallel_unique_copy() 171 for (_ThreadIndex __t = 0; __t < __num_threads + 1; __t++) in __parallel_unique_copy()
|
| D | workstealing.h | 124 _ThreadIndex __busy = 0; in __for_each_template_random_access_workstealing() 135 _ThreadIndex __num_threads = __gnu_parallel::max<_ThreadIndex> in __for_each_template_random_access_workstealing() 155 _ThreadIndex __iam = omp_get_thread_num(); in __for_each_template_random_access_workstealing() 161 _ThreadIndex __victim; in __for_each_template_random_access_workstealing()
|
| D | random_shuffle.h | 74 _ThreadIndex* _M_bin_proc; 129 _ThreadIndex __iam = omp_get_thread_num(); in __parallel_random_shuffle_drs_pu() 199 for (_ThreadIndex __t = 0; __t < __d->_M_num_threads; ++__t) in __parallel_random_shuffle_drs_pu() 209 _ThreadIndex __target_p = __bin_proc[__target_bin]; in __parallel_random_shuffle_drs_pu() 268 _ThreadIndex __num_threads, in __parallel_random_shuffle_drs() 280 __num_threads = static_cast<_ThreadIndex>(__n); in __parallel_random_shuffle_drs() 344 _ThreadIndex __num_threads = omp_get_num_threads(); in __parallel_random_shuffle_drs() 351 __sd._M_bin_proc = new _ThreadIndex[__num_bins]; in __parallel_random_shuffle_drs() 369 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i) in __parallel_random_shuffle_drs()
|
| D | find.h | 114 _ThreadIndex __num_threads = __get_max_threads(); in __find_template() 124 _ThreadIndex __iam = omp_get_thread_num(); in __find_template() 221 _ThreadIndex __num_threads = __get_max_threads(); in __find_template() 228 _ThreadIndex __iam = omp_get_thread_num(); in __find_template() 345 _ThreadIndex __num_threads = __get_max_threads(); in __find_template() 351 _ThreadIndex __iam = omp_get_thread_num(); in __find_template()
|
| D | partial_sum.h | 101 _ThreadIndex __num_threads = in __parallel_partial_sum_linear() 137 for (_ThreadIndex __i = 1; __i < (__num_threads + 1); ++__i) in __parallel_partial_sum_linear() 150 _ThreadIndex __iam = omp_get_thread_num(); in __parallel_partial_sum_linear() 186 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i) in __parallel_partial_sum_linear()
|
| D | par_loop.h | 78 _ThreadIndex __num_threads = __gnu_parallel::min<_DifferenceType> in __for_each_template_random_access_ed() 91 _ThreadIndex __iam = omp_get_thread_num(); in __for_each_template_random_access_ed() 119 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i) in __for_each_template_random_access_ed()
|
| D | search.h | 110 _ThreadIndex __num_threads = std::max<_DifferenceType> in __search_template() 126 _ThreadIndex __iam = omp_get_thread_num(); in __search_template()
|
| D | set_operations.h | 375 _ThreadIndex __num_threads = in __parallel_set_operation() 393 _ThreadIndex __iam = omp_get_thread_num(); in __parallel_set_operation() 447 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i) in __parallel_set_operation() 460 for (_ThreadIndex __i = 0; __i < __iam; ++__i) in __parallel_set_operation()
|
| D | multiway_merge.h | 1054 const _ThreadIndex __num_threads = omp_get_num_threads(); 1078 for (_ThreadIndex __slab = 0; __slab < __num_threads; ++__slab) 1138 const _ThreadIndex __num_threads = omp_get_num_threads(); 1152 for (_ThreadIndex __s = 0; __s < (__num_threads - 1); ++__s) 1170 for (_ThreadIndex __slab = 0; __slab < __num_threads; ++__slab) 1231 _ThreadIndex __num_threads) 1276 __num_threads = static_cast<_ThreadIndex> 1287 for (_ThreadIndex __s = 0; __s < __num_threads; ++__s) 1298 _ThreadIndex __iam = omp_get_thread_num();
|
| D | types.h | 123 typedef uint16_t _ThreadIndex; typedef
|
| D | base.h | 84 inline _ThreadIndex 87 _ThreadIndex __i = omp_get_max_threads(); in __get_max_threads()
|
| D | partition.h | 57 _Predicate __pred, _ThreadIndex __num_threads) in __parallel_partition() 104 for (_ThreadIndex __r = 0; __r < __num_threads; ++__r) in __parallel_partition()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2009 | 908 _ThreadIndex. 913 _ThreadIndex. 924 by appropriate difference_type or _ThreadIndex.
|