| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| parallel-for-selftests.c | 1 /* Self tests for parallel_for_each 54 #define FOR_EACH gdb::parallel_for_each
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| parallel-for.h | 45 parallel_for_each (unsigned n, RandomIt first, RandomIt last, function in namespace:gdb 138 /* A sequential drop-in replacement of parallel_for_each. This can be useful
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| parallel-for-selftests.c | 1 /* Self tests for parallel_for_each 97 { gdb::parallel_for_each<1> (start, end, callback); },
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| parallel-for.h | 45 parallel_for_each (RandomIt first, RandomIt last, RangeFunction callback) function in namespace:gdb 137 /* A sequential drop-in replacement of parallel_for_each. This can be useful
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Parallel.h | 131 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { function in namespace:llvm::parallel::detail 255 parallel::detail::parallel_for_each(Begin, End, Fn);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| minsyms.c | 1483 gdb::parallel_for_each (10, &msymbols[0], &msymbols[mcount],
|
| /src/external/gpl3/gdb/dist/gdb/ |
| minsyms.c | 1483 gdb::parallel_for_each<10> (&msymbols[0], &msymbols[mcount],
|