| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
| H A D | parallel_backend_tbb.h | 44 tbb::tbb_allocator<_Tp> _M_allocator; 70 tbb::task::self().group()->cancel_group_execution(); in __cancel_execution() 84 operator()(const tbb::blocked_range<_Index>& __range) const in operator() 99 tbb::this_task_arena::isolate([=]() { in __parallel_for() 100 …tbb::parallel_for(tbb::blocked_range<_Index>(__first, __last), __parallel_for_body<_Index, _Fp>(__… in __parallel_for() 111 …return tbb::this_task_arena::isolate([__first, __last, &__identity, &__real_body, &__reduction]() … in __parallel_reduce() 112 return tbb::parallel_reduce( in __parallel_reduce() 113 tbb::blocked_range<_Index>(__first, __last), __identity, in __parallel_reduce() 114 [__real_body](const tbb::blocked_range<_Index>& __r, const _Value& __value) -> _Value { in __parallel_reduce() 150 __par_trans_red_body(__par_trans_red_body& __left, tbb::split) in __par_trans_red_body() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
| H A D | parallel_backend_tbb.h | 45 tbb::tbb_allocator<_Tp> _M_allocator; 72 tbb::task::self().group()->cancel_group_execution(); in __cancel_execution() 74 tbb::task::current_context()->cancel_group_execution(); in __cancel_execution() 89 operator()(const tbb::blocked_range<_Index>& __range) const in operator() 104 tbb::this_task_arena::isolate([=]() { in __parallel_for() 105 …tbb::parallel_for(tbb::blocked_range<_Index>(__first, __last), __parallel_for_body<_Index, _Fp>(__… in __parallel_for() 116 …return tbb::this_task_arena::isolate([__first, __last, &__identity, &__real_body, &__reduction]() … in __parallel_reduce() 117 return tbb::parallel_reduce( in __parallel_reduce() 118 tbb::blocked_range<_Index>(__first, __last), __identity, in __parallel_reduce() 119 [__real_body](const tbb::blocked_range<_Index>& __r, const _Value& __value) -> _Value { in __parallel_reduce() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | README-Thumb2.txt | 6 of tbb / tbh.
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/riscv32/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64eb/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3el/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipsel/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3eb/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipseb/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc64/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hfeb/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/vax/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68k/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|
| /netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/riscv64/ |
| H A D | c++config.h | 684 # define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
|