Searched refs:parallel_policy (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/pstl/include/pstl/internal/ |
| H A D | execution_defs.h | 32 class parallel_policy 47 constexpr parallel_policy par{}; 62 struct is_execution_policy<__pstl::execution::parallel_policy> : std::true_type
|
| H A D | glue_execution_defs.h | 34 using __pstl::execution::parallel_policy;
|
| H A D | execution_impl.h | 88 __select_backend(__pstl::execution::parallel_policy, _IteratorTypes&&...) in __select_backend() argument
|
| /llvm-project-15.0.7/pstl/test/std/numerics/numeric.ops/ |
| H A D | reduce.pass.cpp | 60 …operator()(pstl::execution::parallel_policy, Iterator first, Iterator last, Sum init, Sum expected) in operator ()()
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/ |
| H A D | unique_copy_equal.pass.cpp | 28 …operator()(pstl::execution::parallel_policy, InputIterator first, InputIterator last, OutputIterat… in operator ()()
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.copy/ |
| H A D | copy_if.pass.cpp | 28 …operator()(pstl::execution::parallel_policy, InputIterator first, InputIterator last, OutputIterat… in operator ()()
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
| H A D | partition.pass.cpp | 85 …operator()(pstl::execution::parallel_policy, BiDirIt first, BiDirIt last, BiDirIt exp_first, BiDir…
|