Home
last modified time | relevance | path

Searched refs:parallel_policy (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dexecution_defs.h32 class parallel_policy
47 constexpr parallel_policy par{};
62 struct is_execution_policy<__pstl::execution::parallel_policy> : std::true_type
H A Dglue_execution_defs.h34 using __pstl::execution::parallel_policy;
H A Dexecution_impl.h88 __select_backend(__pstl::execution::parallel_policy, _IteratorTypes&&...) in __select_backend() argument
/llvm-project-15.0.7/pstl/test/std/numerics/numeric.ops/
H A Dreduce.pass.cpp60 …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 Dunique_copy_equal.pass.cpp28 …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 Dcopy_if.pass.cpp28 …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 Dpartition.pass.cpp85 …operator()(pstl::execution::parallel_policy, BiDirIt first, BiDirIt last, BiDirIt exp_first, BiDir…