Searched refs:parallel_for_each (Results 1 – 4 of 4) sorted by relevance
131 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each() function255 parallel::detail::parallel_for_each(Begin, End, Fn); in parallelForEach()
2949 Back out some parallel_for_each features2950 Now that the DWARF reader does not use parallel_for_each, we can77453 parallel_for_each. This patch removes this code.77455 Avoid submitting empty tasks in parallel_for_each77456 I found that parallel_for_each would submit empty tasks to the thread105621 …4: note: in instantiation of function template specialization 'gdb::parallel_for_each<__gnu_debug:…105622 = gdb::parallel_for_each (1, per_bfd->all_comp_units.begin (),108212 drop-in replacement for gdb::parallel_for_each, but there's nothing making108215 Extend the unit test for gdb::parallel_for_each to test both.108224 [gdb/symtab] Use task size in parallel_for_each in dwarf2_build_psymtabs_hard[all …]
1611 parallel_for_each.