Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DParallel.h34 struct parallel_execution_policy {}; struct
40 parallel_execution_policy>::value> {};
43 constexpr parallel_execution_policy par{};
226 void sort(parallel_execution_policy policy, RandomAccessIterator Start,
232 void for_each(parallel_execution_policy policy, IterTy Begin, IterTy End, in for_each()
238 void for_each_n(parallel_execution_policy policy, IndexTy Begin, IndexTy End, in for_each_n()