Home
last modified time | relevance | path

Searched refs:parallel_for_each (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DParallel.h131 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each() function
255 parallel::detail::parallel_for_each(Begin, End, Fn); in parallelForEach()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git2949 Back out some parallel_for_each features
2950 Now that the DWARF reader does not use parallel_for_each, we can
77453 parallel_for_each. This patch removes this code.
77455 Avoid submitting empty tasks in parallel_for_each
77456 I found that parallel_for_each would submit empty tasks to the thread
105621 …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 making
108215 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 …]
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20191611 parallel_for_each.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20191611 parallel_for_each.